#ADACEA

Color #ADACEA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADACEA

Tints of Perano #ADACEA

Color information

#ADACEA (or 0xADACEA) is unknown color: approx Perano. HEX triplet: AD, AC and EA. RGB value is (173,172,234). Sum of RGB (Red+Green+Blue) = 173+172+234=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACEA is #525315. Grayscale: #B3B3B3. Windows color (decimal): -5395222 or 15379629. OLE color: 15379629.

HSL color Cylindrical-coordinate representation of color #ADACEA: hue angle of 240.97º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADACEA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173172234-
CMYK0.260.2600.08
HSL240.97º59.62%79.61%-
HSV(B)240.97º26.5%91.76%-
XYZ46.8444.3383.93-
YUV179.37158.83123.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=29.88%
G=29.71%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731722340.260.2600.08240.9759.6279.61
HexADACEA1A1A08f13c50
Octal255254352323201036174120
Binary101011011010110011101010110101101001000111100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACEA; }

 p { color: rgb(173,172,234); }

 H1.HeaderClassName
 {
   color: #ADACEA;
 }
 .AnyTagClassName
 {
   color: #ADACEA;
 }
</style>
background-color css

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

 a { background-color: rgb(173,172,234); }

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

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

 span { border-color: rgb(173,172,234); }

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