Html Css Color HEX #A496BC Cold Purple

📋 copy color: '#A496BC'

red 164 ◦ green 150 ◦ blue 188

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

Shades of Cold Purple #A496BC

Tints of Cold Purple #A496BC

RGB

 RED value IS 164 (64.45% from 255) = 32.67%

 GREEN value IS 150 (58.98% from 255) = 29.88%

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

R = 32.67%
G = 29.88%
B = 37.45%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A496BC (or 0xA496BC) is known color: Cold Purple. HEX triplet: A4, 96 and BC. RGB value is (164,150,188). Sum of RGB (Red+Green+Blue) = 164+150+188=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A496BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496BC is #5B6943. Grayscale: #9E9E9E. Windows color (decimal): -5990724 or 12359332. OLE color: 12359332.

HSL color Cylindrical-coordinate representation of color #A496BC: hue angle of 262.11º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A496BC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 150 188 -
CMYK 0.13 0.20 0 0.26
HSL 262.11º 0.22% 0.66% -
HSV(B) 262.11º 0.2% 0.74% -
XYZ 35.29 33.34 52.15 -
YUV 158.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 164 150 188 0.13 0.20 0 0.26 262.11 0.22 0.66
Hex A4 96 BC D 14 0 1A 106 16 42
Octal 244 226 274 15 24 0 32 406 26 102
Binary 10100100 10010110 10111100 1101 10100 0 11010 100000110 10110 1000010

Color Harmonies of #A496BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496BC

Black with #A496BC

Text Example


Text Example

White with #A496BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496BC; }

 p { color: rgb(164,150,188); }

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

background-color css

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

 a { background-color: rgb(164,150,188); }

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

border-color css

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

 span { border-color: rgb(164,150,188); }

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