Html Css Color HEX #ABA8FF Perano

📋 copy color: '#ABA8FF'

red 171 ◦ green 168 ◦ blue 255

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

Shades of Perano #ABA8FF

Tints of Perano #ABA8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

 BLUE value IS 255 (100% from 255) = 42.93%

R = 28.79%
G = 28.28%
B = 42.93%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABA8FF (or 0xABA8FF) is known color: Perano. HEX triplet: AB, A8 and FF. RGB value is (171,168,255). Sum of RGB (Red+Green+Blue) = 171+168+255=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA8FF is #545700. Grayscale: #B2B2B2. Windows color (decimal): -5527297 or 16754859. OLE color: 16754859.

HSL color Cylindrical-coordinate representation of color #ABA8FF: hue angle of 242.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABA8FF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 168 255 -
CMYK 0.33 0.34 0 0
HSL 242.07º 1% 0.83% -
HSV(B) 242.07º 0.34% 1% -
XYZ 48.85 43.88 100.5 -
YUV 178.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 171 168 255 0.33 0.34 0 0 242.07 1 0.83
Hex AB A8 FF 21 22 0 0 F2 64 53
Octal 253 250 377 41 42 0 0 362 144 123
Binary 10101011 10101000 11111111 100001 100010 0 0 11110010 1100100 1010011

Color Harmonies of #ABA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA8FF

Black with #ABA8FF

Text Example


Text Example

White with #ABA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA8FF; }

 p { color: rgb(171,168,255); }

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

background-color css

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

 a { background-color: rgb(171,168,255); }

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

border-color css

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

 span { border-color: rgb(171,168,255); }

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