#A3B2DD

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

Shades of Perano #A3B2DD

Tints of Perano #A3B2DD

Color information

#A3B2DD (or 0xA3B2DD) is unknown color: approx Perano. HEX triplet: A3, B2 and DD. RGB value is (163,178,221). Sum of RGB (Red+Green+Blue) = 163+178+221=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3B2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2DD is #5C4D22. Grayscale: #B2B2B2. Windows color (decimal): -6049059 or 14529187. OLE color: 14529187.

HSL color Cylindrical-coordinate representation of color #A3B2DD: hue angle of 224.48º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3B2DD is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163178221-
CMYK0.260.1900.13
HSL224.48º46.03%75.29%-
HSV(B)224.48º26.24%86.67%-
XYZ44.0844.8574.74-
YUV178.42152.03117-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.00%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=29.00%
G=31.67%
B=39.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631782210.260.1900.13224.4846.0375.29
HexA3B2DD1A130De02e4b
Octal243262335322301534056113
Binary101000111011001011011101110101001101101111000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B2DD; }

 p { color: rgb(163,178,221); }

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

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

 a { background-color: rgb(163,178,221); }

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

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

 span { border-color: rgb(163,178,221); }

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