Html Css Color HEX #AFABFB Perano

📋 copy color: '#AFABFB'

red 175 ◦ green 171 ◦ blue 251

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

Shades of Perano #AFABFB

Tints of Perano #AFABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 29.31%
G = 28.64%
B = 42.04%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFABFB (or 0xAFABFB) is known color: Perano. HEX triplet: AF, AB and FB. RGB value is (175,171,251). Sum of RGB (Red+Green+Blue) = 175+171+251=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABFB is #505404. Grayscale: #B5B5B5. Windows color (decimal): -5264389 or 16493487. OLE color: 16493487.

HSL color Cylindrical-coordinate representation of color #AFABFB: hue angle of 243º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFABFB is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 171 251 -
CMYK 0.30 0.32 0 0.02
HSL 243º 0.91% 0.83% -
HSV(B) 243º 0.32% 0.98% -
XYZ 49.65 45.2 97.38 -
YUV 181.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 175 171 251 0.30 0.32 0 0.02 243 0.91 0.83
Hex AF AB FB 1E 20 0 2 F3 5B 53
Octal 257 253 373 36 40 0 2 363 133 123
Binary 10101111 10101011 11111011 11110 100000 0 10 11110011 1011011 1010011

Color Harmonies of #AFABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFABFB

Black with #AFABFB

Text Example


Text Example

White with #AFABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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