Html Css Color HEX #A5ABBE Mischka

📋 copy color: '#A5ABBE'

red 165 ◦ green 171 ◦ blue 190

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

Shades of Mischka #A5ABBE

Tints of Mischka #A5ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 31.37%
G = 32.51%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5ABBE (or 0xA5ABBE) is known color: Mischka. HEX triplet: A5, AB and BE. RGB value is (165,171,190). Sum of RGB (Red+Green+Blue) = 165+171+190=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ABBE is #5A5441. Grayscale: #ABABAB. Windows color (decimal): -5919810 or 12495781. OLE color: 12495781.

HSL color Cylindrical-coordinate representation of color #A5ABBE: hue angle of 225.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5ABBE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 171 190 -
CMYK 0.13 0.10 0 0.25
HSL 225.6º 0.16% 0.7% -
HSV(B) 225.6º 0.13% 0.75% -
XYZ 39.37 40.84 54.52 -
YUV 171.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 165 171 190 0.13 0.10 0 0.25 225.6 0.16 0.7
Hex A5 AB BE D A 0 19 E2 10 46
Octal 245 253 276 15 12 0 31 342 20 106
Binary 10100101 10101011 10111110 1101 1010 0 11001 11100010 10000 1000110

Color Harmonies of #A5ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ABBE

Black with #A5ABBE

Text Example


Text Example

White with #A5ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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