Html Css Color HEX #ABAFDB Perano

📋 copy color: '#ABAFDB'

red 171 ◦ green 175 ◦ blue 219

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

Shades of Perano #ABAFDB

Tints of Perano #ABAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 30.27%
G = 30.97%
B = 38.76%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ABAFDB (or 0xABAFDB) is known color: Perano. HEX triplet: AB, AF and DB. RGB value is (171,175,219). Sum of RGB (Red+Green+Blue) = 171+175+219=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDB is #545024. Grayscale: #B2B2B2. Windows color (decimal): -5525541 or 14397355. OLE color: 14397355.

HSL color Cylindrical-coordinate representation of color #ABAFDB: hue angle of 235º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAFDB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 175 219 -
CMYK 0.22 0.20 0 0.14
HSL 235º 0.4% 0.76% -
HSV(B) 235º 0.22% 0.86% -
XYZ 44.91 44.43 73.23 -
YUV 178.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 171 175 219 0.22 0.20 0 0.14 235 0.4 0.76
Hex AB AF DB 16 14 0 E EB 28 4C
Octal 253 257 333 26 24 0 16 353 50 114
Binary 10101011 10101111 11011011 10110 10100 0 1110 11101011 101000 1001100

Color Harmonies of #ABAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFDB

Black with #ABAFDB

Text Example


Text Example

White with #ABAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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