Html Css Color HEX #AFABFC Perano

📋 copy color: '#AFABFC'

red 175 ◦ green 171 ◦ blue 252

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

Shades of Perano #AFABFC

Tints of Perano #AFABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 29.26%
G = 28.6%
B = 42.14%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AFABFC (or 0xAFABFC) is known color: Perano. HEX triplet: AF, AB and FC. RGB value is (175,171,252). Sum of RGB (Red+Green+Blue) = 175+171+252=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABFC is #505403. Grayscale: #B5B5B5. Windows color (decimal): -5264388 or 16559023. OLE color: 16559023.

HSL color Cylindrical-coordinate representation of color #AFABFC: hue angle of 242.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFABFC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 171 252 -
CMYK 0.31 0.32 0 0.01
HSL 242.96º 0.93% 0.83% -
HSV(B) 242.96º 0.32% 0.99% -
XYZ 49.81 45.27 98.21 -
YUV 181.43 167.83 123.41 -
System Red Green Blue C M Y K H S L
Decimal 175 171 252 0.31 0.32 0 0.01 242.96 0.93 0.83
Hex AF AB FC 1F 20 0 1 F3 5D 53
Octal 257 253 374 37 40 0 1 363 135 123
Binary 10101111 10101011 11111100 11111 100000 0 1 11110011 1011101 1010011

Color Harmonies of #AFABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABFC

Black with #AFABFC

Text Example


Text Example

White with #AFABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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