Html Css Color HEX #ABA5FF Perano

📋 copy color: '#ABA5FF'

red 171 ◦ green 165 ◦ blue 255

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

Shades of Perano #ABA5FF

Tints of Perano #ABA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.92%

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

R = 28.93%
G = 27.92%
B = 43.15%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABA5FF (or 0xABA5FF) is known color: Perano. HEX triplet: AB, A5 and FF. RGB value is (171,165,255). Sum of RGB (Red+Green+Blue) = 171+165+255=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABA5FF is #545A00. Grayscale: #B0B0B0. Windows color (decimal): -5528065 or 16754091. OLE color: 16754091.

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

Color convert

RGB 171 165 255 -
CMYK 0.33 0.35 0 0
HSL 244º 1% 0.82% -
HSV(B) 244º 0.35% 1% -
XYZ 48.3 42.79 100.32 -
YUV 177.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 171 165 255 0.33 0.35 0 0 244 1 0.82
Hex AB A5 FF 21 23 0 0 F4 64 52
Octal 253 245 377 41 43 0 0 364 144 122
Binary 10101011 10100101 11111111 100001 100011 0 0 11110100 1100100 1010010

Color Harmonies of #ABA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA5FF

Black with #ABA5FF

Text Example


Text Example

White with #ABA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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