Html Css Color HEX #AFADF6 Perano

📋 copy color: '#AFADF6'

red 175 ◦ green 173 ◦ blue 246

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

Shades of Perano #AFADF6

Tints of Perano #AFADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 29.46%
G = 29.12%
B = 41.41%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFADF6 (or 0xAFADF6) is known color: Perano. HEX triplet: AF, AD and F6. RGB value is (175,173,246). Sum of RGB (Red+Green+Blue) = 175+173+246=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADF6 is #505209. Grayscale: #B5B5B5. Windows color (decimal): -5263882 or 16166319. OLE color: 16166319.

HSL color Cylindrical-coordinate representation of color #AFADF6: hue angle of 241.64º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFADF6 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 173 246 -
CMYK 0.29 0.30 0 0.04
HSL 241.64º 0.8% 0.82% -
HSV(B) 241.64º 0.3% 0.96% -
XYZ 49.26 45.65 93.4 -
YUV 181.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 175 173 246 0.29 0.30 0 0.04 241.64 0.8 0.82
Hex AF AD F6 1D 1E 0 4 F2 50 52
Octal 257 255 366 35 36 0 4 362 120 122
Binary 10101111 10101101 11110110 11101 11110 0 100 11110010 1010000 1010010

Color Harmonies of #AFADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFADF6

Black with #AFADF6

Text Example


Text Example

White with #AFADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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