Html Css Color HEX #A5ABBB Mischka

📋 copy color: '#A5ABBB'

red 165 ◦ green 171 ◦ blue 187

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

Shades of Mischka #A5ABBB

Tints of Mischka #A5ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 31.55%
G = 32.7%
B = 35.76%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5ABBB (or 0xA5ABBB) is known color: Mischka. HEX triplet: A5, AB and BB. RGB value is (165,171,187). Sum of RGB (Red+Green+Blue) = 165+171+187=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBB is #5A5444. Grayscale: #AAAAAA. Windows color (decimal): -5919813 or 12299173. OLE color: 12299173.

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

Color convert

RGB 165 171 187 -
CMYK 0.12 0.09 0 0.27
HSL 223.64º 0.14% 0.69% -
HSV(B) 223.64º 0.12% 0.73% -
XYZ 39.05 40.71 52.81 -
YUV 171.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 165 171 187 0.12 0.09 0 0.27 223.64 0.14 0.69
Hex A5 AB BB C 9 0 1B E0 E 45
Octal 245 253 273 14 11 0 33 340 16 105
Binary 10100101 10101011 10111011 1100 1001 0 11011 11100000 1110 1000101

Color Harmonies of #A5ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABBB

Black with #A5ABBB

Text Example


Text Example

White with #A5ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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