Html Css Color HEX #ABAFDA Perano

📋 copy color: '#ABAFDA'

red 171 ◦ green 175 ◦ blue 218

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

Shades of Perano #ABAFDA

Tints of Perano #ABAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.65%

R = 30.32%
G = 31.03%
B = 38.65%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABAFDA (or 0xABAFDA) is known color: Perano. HEX triplet: AB, AF and DA. RGB value is (171,175,218). Sum of RGB (Red+Green+Blue) = 171+175+218=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABAFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFDA is #545025. Grayscale: #B2B2B2. Windows color (decimal): -5525542 or 14331819. OLE color: 14331819.

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

Color convert

RGB 171 175 218 -
CMYK 0.22 0.20 0 0.15
HSL 234.89º 0.39% 0.76% -
HSV(B) 234.89º 0.22% 0.85% -
XYZ 44.78 44.38 72.54 -
YUV 178.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 171 175 218 0.22 0.20 0 0.15 234.89 0.39 0.76
Hex AB AF DA 16 14 0 F EB 27 4C
Octal 253 257 332 26 24 0 17 353 47 114
Binary 10101011 10101111 11011010 10110 10100 0 1111 11101011 100111 1001100

Color Harmonies of #ABAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAFDA

Black with #ABAFDA

Text Example


Text Example

White with #ABAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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