#ADA2FC

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

Shades of Perano #ADA2FC

Tints of Perano #ADA2FC

Color information

#ADA2FC (or 0xADA2FC) is unknown color: approx Perano. HEX triplet: AD, A2 and FC. RGB value is (173,162,252). Sum of RGB (Red+Green+Blue) = 173+162+252=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADA2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2FC is #525D03. Grayscale: #AFAFAF. Windows color (decimal): -5397764 or 16556717. OLE color: 16556717.

HSL color Cylindrical-coordinate representation of color #ADA2FC: hue angle of 247.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADA2FC is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173162252-
CMYK0.310.3600.01
HSL247.33º93.75%81.18%-
HSV(B)247.33º35.71%98.82%-
XYZ47.7241.7597.64-
YUV175.55171.14126.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.47%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=29.47%
G=27.60%
B=42.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731622520.310.3600.01247.3393.7581.18
HexADA2FC1F2401f75e51
Octal255242374374401367136121
Binary10101101101000101111110011111100100011111011110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA2FC; }

 p { color: rgb(173,162,252); }

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

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

 a { background-color: rgb(173,162,252); }

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

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

 span { border-color: rgb(173,162,252); }

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