Html Css Color HEX #A5ABBC Mischka

📋 copy color: '#A5ABBC'

red 165 ◦ green 171 ◦ blue 188

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

Shades of Mischka #A5ABBC

Tints of Mischka #A5ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 31.49%
G = 32.63%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5ABBC (or 0xA5ABBC) is known color: Mischka. HEX triplet: A5, AB and BC. RGB value is (165,171,188). Sum of RGB (Red+Green+Blue) = 165+171+188=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5ABBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBC is #5A5443. Grayscale: #ABABAB. Windows color (decimal): -5919812 or 12364709. OLE color: 12364709.

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

Color convert

RGB 165 171 188 -
CMYK 0.12 0.09 0 0.26
HSL 224.35º 0.15% 0.69% -
HSV(B) 224.35º 0.12% 0.74% -
XYZ 39.16 40.76 53.38 -
YUV 171.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 165 171 188 0.12 0.09 0 0.26 224.35 0.15 0.69
Hex A5 AB BC C 9 0 1A E0 F 45
Octal 245 253 274 14 11 0 32 340 17 105
Binary 10100101 10101011 10111100 1100 1001 0 11010 11100000 1111 1000101

Color Harmonies of #A5ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABBC

Black with #A5ABBC

Text Example


Text Example

White with #A5ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABBC; }

 p { color: rgb(165,171,188); }

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

background-color css

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

 a { background-color: rgb(165,171,188); }

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

border-color css

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

 span { border-color: rgb(165,171,188); }

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