Html Css Color HEX #AFADF0 Perano

📋 copy color: '#AFADF0'

red 175 ◦ green 173 ◦ blue 240

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

Shades of Perano #AFADF0

Tints of Perano #AFADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

 BLUE value IS 240 (94.14% from 255) = 40.82%

R = 29.76%
G = 29.42%
B = 40.82%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFADF0 (or 0xAFADF0) is known color: Perano. HEX triplet: AF, AD and F0. RGB value is (175,173,240). Sum of RGB (Red+Green+Blue) = 175+173+240=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF0 is #50520F. Grayscale: #B4B4B4. Windows color (decimal): -5263888 or 15773103. OLE color: 15773103.

HSL color Cylindrical-coordinate representation of color #AFADF0: hue angle of 241.79º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFADF0 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 173 240 -
CMYK 0.27 0.28 0 0.06
HSL 241.79º 0.69% 0.81% -
HSV(B) 241.79º 0.28% 0.94% -
XYZ 48.35 45.29 88.63 -
YUV 181.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 175 173 240 0.27 0.28 0 0.06 241.79 0.69 0.81
Hex AF AD F0 1B 1C 0 6 F2 45 51
Octal 257 255 360 33 34 0 6 362 105 121
Binary 10101111 10101101 11110000 11011 11100 0 110 11110010 1000101 1010001

Color Harmonies of #AFADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADF0

Black with #AFADF0

Text Example


Text Example

White with #AFADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADF0; }

 p { color: rgb(175,173,240); }

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

background-color css

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

 a { background-color: rgb(175,173,240); }

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

border-color css

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

 span { border-color: rgb(175,173,240); }

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