#ADACFA

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

Shades of Perano #ADACFA

Tints of Perano #ADACFA

Color information

#ADACFA (or 0xADACFA) is unknown color: approx Perano. HEX triplet: AD, AC and FA. RGB value is (173,172,250). Sum of RGB (Red+Green+Blue) = 173+172+250=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFA is #525305. Grayscale: #B4B4B4. Windows color (decimal): -5395206 or 16428205. OLE color: 16428205.

HSL color Cylindrical-coordinate representation of color #ADACFA: hue angle of 240.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADACFA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173172250-
CMYK0.310.3100.02
HSL240.77º88.64%82.75%-
HSV(B)240.77º31.2%98.04%-
XYZ49.2445.2996.59-
YUV181.19166.83122.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=29.08%
G=28.91%
B=42.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731722500.310.3100.02240.7788.6482.75
HexADACFA1F1F02f15953
Octal255254372373702361131123
Binary10101101101011001111101011111111110101111000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACFA; }

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

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

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

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

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

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

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

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