Html Css Color HEX #AFABEB Perano

📋 copy color: '#AFABEB'

red 175 ◦ green 171 ◦ blue 235

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

Shades of Perano #AFABEB

Tints of Perano #AFABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.45%

R = 30.12%
G = 29.43%
B = 40.45%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFABEB (or 0xAFABEB) is known color: Perano. HEX triplet: AF, AB and EB. RGB value is (175,171,235). Sum of RGB (Red+Green+Blue) = 175+171+235=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEB is #505414. Grayscale: #B3B3B3. Windows color (decimal): -5264405 or 15444911. OLE color: 15444911.

HSL color Cylindrical-coordinate representation of color #AFABEB: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFABEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 171 235 -
CMYK 0.26 0.27 0 0.08
HSL 243.75º 0.62% 0.8% -
HSV(B) 243.75º 0.27% 0.92% -
XYZ 47.24 44.24 84.65 -
YUV 179.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 175 171 235 0.26 0.27 0 0.08 243.75 0.62 0.8
Hex AF AB EB 1A 1B 0 8 F4 3E 50
Octal 257 253 353 32 33 0 10 364 76 120
Binary 10101111 10101011 11101011 11010 11011 0 1000 11110100 111110 1010000

Color Harmonies of #AFABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABEB

Black with #AFABEB

Text Example


Text Example

White with #AFABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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