Html Css Color HEX #ABAFF0 Perano

📋 copy color: '#ABAFF0'

red 171 ◦ green 175 ◦ blue 240

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

Shades of Perano #ABAFF0

Tints of Perano #ABAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 29.18%
G = 29.86%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ABAFF0 (or 0xABAFF0) is known color: Perano. HEX triplet: AB, AF and F0. RGB value is (171,175,240). Sum of RGB (Red+Green+Blue) = 171+175+240=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAFF0 is #54500F. Grayscale: #B4B4B4. Windows color (decimal): -5525520 or 15773611. OLE color: 15773611.

HSL color Cylindrical-coordinate representation of color #ABAFF0: hue angle of 236.52º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAFF0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 175 240 -
CMYK 0.29 0.27 0 0.06
HSL 236.52º 0.7% 0.81% -
HSV(B) 236.52º 0.29% 0.94% -
XYZ 47.85 45.61 88.72 -
YUV 181.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 171 175 240 0.29 0.27 0 0.06 236.52 0.7 0.81
Hex AB AF F0 1D 1B 0 6 ED 46 51
Octal 253 257 360 35 33 0 6 355 106 121
Binary 10101011 10101111 11110000 11101 11011 0 110 11101101 1000110 1010001

Color Harmonies of #ABAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFF0

Black with #ABAFF0

Text Example


Text Example

White with #ABAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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