Html Css Color HEX #ABADDA Perano

📋 copy color: '#ABADDA'

red 171 ◦ green 173 ◦ blue 218

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

Shades of Perano #ABADDA

Tints of Perano #ABADDA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.78%

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

R = 30.43%
G = 30.78%
B = 38.79%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ABADDA (or 0xABADDA) is known color: Perano. HEX triplet: AB, AD and DA. RGB value is (171,173,218). Sum of RGB (Red+Green+Blue) = 171+173+218=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABADDA is #545225. Grayscale: #B1B1B1. Windows color (decimal): -5526054 or 14331307. OLE color: 14331307.

HSL color Cylindrical-coordinate representation of color #ABADDA: hue angle of 237.45º 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 #ABADDA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 173 218 -
CMYK 0.22 0.21 0 0.15
HSL 237.45º 0.39% 0.76% -
HSV(B) 237.45º 0.22% 0.85% -
XYZ 44.39 43.61 72.41 -
YUV 177.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 171 173 218 0.22 0.21 0 0.15 237.45 0.39 0.76
Hex AB AD DA 16 15 0 F ED 27 4C
Octal 253 255 332 26 25 0 17 355 47 114
Binary 10101011 10101101 11011010 10110 10101 0 1111 11101101 100111 1001100

Color Harmonies of #ABADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABADDA

Black with #ABADDA

Text Example


Text Example

White with #ABADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABADDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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