Html Css Color HEX #A5AFBC Mischka

📋 copy color: '#A5AFBC'

red 165 ◦ green 175 ◦ blue 188

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

Shades of Mischka #A5AFBC

Tints of Mischka #A5AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

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

R = 31.25%
G = 33.14%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5AFBC (or 0xA5AFBC) is known color: Mischka. HEX triplet: A5, AF and BC. RGB value is (165,175,188). Sum of RGB (Red+Green+Blue) = 165+175+188=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFBC is #5A5043. Grayscale: #ADADAD. Windows color (decimal): -5918788 or 12365733. OLE color: 12365733.

HSL color Cylindrical-coordinate representation of color #A5AFBC: hue angle of 213.91º 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 #A5AFBC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 175 188 -
CMYK 0.12 0.07 0 0.26
HSL 213.91º 0.15% 0.69% -
HSV(B) 213.91º 0.12% 0.74% -
XYZ 39.92 42.29 53.64 -
YUV 173.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 165 175 188 0.12 0.07 0 0.26 213.91 0.15 0.69
Hex A5 AF BC C 7 0 1A D6 F 45
Octal 245 257 274 14 7 0 32 326 17 105
Binary 10100101 10101111 10111100 1100 111 0 11010 11010110 1111 1000101

Color Harmonies of #A5AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFBC

Black with #A5AFBC

Text Example


Text Example

White with #A5AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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