Html Css Color HEX #AFB2DD Perano

📋 copy color: '#AFB2DD'

red 175 ◦ green 178 ◦ blue 221

#AFB2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #AFB2DD

Tints of Perano #AFB2DD

RGB

 RED value IS 175 (68.75% from 255) = 30.49%

 GREEN value IS 178 (69.92% from 255) = 31.01%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 30.49%
G = 31.01%
B = 38.5%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFB2DD (or 0xAFB2DD) is known color: Perano. HEX triplet: AF, B2 and DD. RGB value is (175,178,221). Sum of RGB (Red+Green+Blue) = 175+178+221=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DD is #504D22. Grayscale: #B5B5B5. Windows color (decimal): -5262627 or 14529199. OLE color: 14529199.

HSL color Cylindrical-coordinate representation of color #AFB2DD: hue angle of 236.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB2DD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 178 221 -
CMYK 0.21 0.19 0 0.13
HSL 236.09º 0.4% 0.78% -
HSV(B) 236.09º 0.21% 0.87% -
XYZ 46.65 46.18 74.86 -
YUV 182.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 175 178 221 0.21 0.19 0 0.13 236.09 0.4 0.78
Hex AF B2 DD 15 13 0 D EC 28 4E
Octal 257 262 335 25 23 0 15 354 50 116
Binary 10101111 10110010 11011101 10101 10011 0 1101 11101100 101000 1001110

Color Harmonies of #AFB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2DD

Black with #AFB2DD

Text Example


Text Example

White with #AFB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2DD; }

 p { color: rgb(175,178,221); }

 H1.HeaderClassName
 {
   color: #AFB2DD;
 }
 .AnyTagClassName
 {
   color: #AFB2DD;
 }
</style>

background-color css

<style>
 a { background-color: #AFB2DD; }

 a { background-color: rgb(175,178,221); }

 div.DivClassName
 {
   background-color: #AFB2DD;
 }
 .BgClassName
 {
   background-color: #AFB2DD;
 }
</style>

border-color css

<style>
 span { border-color: #AFB2DD; }

 span { border-color: rgb(175,178,221); }

 td.TdClassName
 {
   border-color: #AFB2DD;
 }
 .TagClassName
 {
   border-color: #AFB2DD;
 }
</style>