Html Css Color HEX #A5AABD Mischka

📋 copy color: '#A5AABD'

red 165 ◦ green 170 ◦ blue 189

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

Shades of Mischka #A5AABD

Tints of Mischka #A5AABD

RGB

 RED value IS 165 (64.84% from 255) = 31.49%

 GREEN value IS 170 (66.8% from 255) = 32.44%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 31.49%
G = 32.44%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5AABD (or 0xA5AABD) is known color: Mischka. HEX triplet: A5, AA and BD. RGB value is (165,170,189). Sum of RGB (Red+Green+Blue) = 165+170+189=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5AABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABD is #5A5542. Grayscale: #AAAAAA. Windows color (decimal): -5920067 or 12429989. OLE color: 12429989.

HSL color Cylindrical-coordinate representation of color #A5AABD: hue angle of 227.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5AABD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 170 189 -
CMYK 0.13 0.10 0 0.26
HSL 227.5º 0.15% 0.69% -
HSV(B) 227.5º 0.13% 0.74% -
XYZ 39.08 40.42 53.89 -
YUV 170.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 165 170 189 0.13 0.10 0 0.26 227.5 0.15 0.69
Hex A5 AA BD D A 0 1A E4 F 45
Octal 245 252 275 15 12 0 32 344 17 105
Binary 10100101 10101010 10111101 1101 1010 0 11010 11100100 1111 1000101

Color Harmonies of #A5AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AABD

Black with #A5AABD

Text Example


Text Example

White with #A5AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AABD; }

 p { color: rgb(165,170,189); }

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

background-color css

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

 a { background-color: rgb(165,170,189); }

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

border-color css

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

 span { border-color: rgb(165,170,189); }

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