Html Css Color HEX #A9B5DC Perano

📋 copy color: '#A9B5DC'

red 169 ◦ green 181 ◦ blue 220

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

Shades of Perano #A9B5DC

Tints of Perano #A9B5DC

RGB

 RED value IS 169 (66.41% from 255) = 29.65%

 GREEN value IS 181 (71.09% from 255) = 31.75%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 29.65%
G = 31.75%
B = 38.6%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A9B5DC (or 0xA9B5DC) is known color: Perano. HEX triplet: A9, B5 and DC. RGB value is (169,181,220). Sum of RGB (Red+Green+Blue) = 169+181+220=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5DC is #564A23. Grayscale: #B5B5B5. Windows color (decimal): -5655076 or 14464425. OLE color: 14464425.

HSL color Cylindrical-coordinate representation of color #A9B5DC: hue angle of 225.88º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9B5DC is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 181 220 -
CMYK 0.23 0.18 0 0.14
HSL 225.88º 0.42% 0.76% -
HSV(B) 225.88º 0.23% 0.86% -
XYZ 45.8 46.65 74.3 -
YUV 181.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 169 181 220 0.23 0.18 0 0.14 225.88 0.42 0.76
Hex A9 B5 DC 17 12 0 E E2 2A 4C
Octal 251 265 334 27 22 0 16 342 52 114
Binary 10101001 10110101 11011100 10111 10010 0 1110 11100010 101010 1001100

Color Harmonies of #A9B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B5DC

Black with #A9B5DC

Text Example


Text Example

White with #A9B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B5DC; }

 p { color: rgb(169,181,220); }

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

background-color css

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

 a { background-color: rgb(169,181,220); }

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

border-color css

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

 span { border-color: rgb(169,181,220); }

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