Html Css Color HEX #ABAAFA Perano

📋 copy color: '#ABAAFA'

red 171 ◦ green 170 ◦ blue 250

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

Shades of Perano #ABAAFA

Tints of Perano #ABAAFA

RGB

 RED value IS 171 (67.19% from 255) = 28.93%

 GREEN value IS 170 (66.8% from 255) = 28.76%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 28.93%
G = 28.76%
B = 42.3%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABAAFA (or 0xABAAFA) is known color: Perano. HEX triplet: AB, AA and FA. RGB value is (171,170,250). Sum of RGB (Red+Green+Blue) = 171+170+250=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAFA is #545505. Grayscale: #B3B3B3. Windows color (decimal): -5526790 or 16427691. OLE color: 16427691.

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

Color convert

RGB 171 170 250 -
CMYK 0.32 0.32 0 0.02
HSL 240.75º 0.89% 0.82% -
HSV(B) 240.75º 0.32% 0.98% -
XYZ 48.42 44.31 96.44 -
YUV 179.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 171 170 250 0.32 0.32 0 0.02 240.75 0.89 0.82
Hex AB AA FA 20 20 0 2 F1 59 52
Octal 253 252 372 40 40 0 2 361 131 122
Binary 10101011 10101010 11111010 100000 100000 0 10 11110001 1011001 1010010

Color Harmonies of #ABAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAAFA

Black with #ABAAFA

Text Example


Text Example

White with #ABAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAAFA; }

 p { color: rgb(171,170,250); }

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

background-color css

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

 a { background-color: rgb(171,170,250); }

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

border-color css

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

 span { border-color: rgb(171,170,250); }

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