Html Css Color HEX #ABAFFF Perano

📋 copy color: '#ABAFFF'

red 171 ◦ green 175 ◦ blue 255

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

Shades of Perano #ABAFFF

Tints of Perano #ABAFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.12%

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

R = 28.45%
G = 29.12%
B = 42.43%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABAFFF (or 0xABAFFF) is known color: Perano. HEX triplet: AB, AF and FF. RGB value is (171,175,255). Sum of RGB (Red+Green+Blue) = 171+175+255=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFFF is #545000. Grayscale: #B6B6B6. Windows color (decimal): -5525505 or 16756651. OLE color: 16756651.

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

Color convert

RGB 171 175 255 -
CMYK 0.33 0.31 0 0
HSL 237.14º 1% 0.84% -
HSV(B) 237.14º 0.33% 1% -
XYZ 50.17 46.54 100.95 -
YUV 182.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 171 175 255 0.33 0.31 0 0 237.14 1 0.84
Hex AB AF FF 21 1F 0 0 ED 64 54
Octal 253 257 377 41 37 0 0 355 144 124
Binary 10101011 10101111 11111111 100001 11111 0 0 11101101 1100100 1010100

Color Harmonies of #ABAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFFF

Black with #ABAFFF

Text Example


Text Example

White with #ABAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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