Html Css Color HEX #AFABF2 Perano

📋 copy color: '#AFABF2'

red 175 ◦ green 171 ◦ blue 242

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

Shades of Perano #AFABF2

Tints of Perano #AFABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.08%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 29.76%
G = 29.08%
B = 41.16%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFABF2 (or 0xAFABF2) is known color: Perano. HEX triplet: AF, AB and F2. RGB value is (175,171,242). Sum of RGB (Red+Green+Blue) = 175+171+242=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABF2 is #50540D. Grayscale: #B4B4B4. Windows color (decimal): -5264398 or 15903663. OLE color: 15903663.

HSL color Cylindrical-coordinate representation of color #AFABF2: hue angle of 243.38º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFABF2 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 171 242 -
CMYK 0.28 0.29 0 0.05
HSL 243.38º 0.73% 0.81% -
HSV(B) 243.38º 0.29% 0.95% -
XYZ 48.27 44.65 90.08 -
YUV 180.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 175 171 242 0.28 0.29 0 0.05 243.38 0.73 0.81
Hex AF AB F2 1C 1D 0 5 F3 49 51
Octal 257 253 362 34 35 0 5 363 111 121
Binary 10101111 10101011 11110010 11100 11101 0 101 11110011 1001001 1010001

Color Harmonies of #AFABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABF2

Black with #AFABF2

Text Example


Text Example

White with #AFABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABF2; }

 p { color: rgb(175,171,242); }

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

background-color css

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

 a { background-color: rgb(175,171,242); }

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

border-color css

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

 span { border-color: rgb(175,171,242); }

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