Html Css Color HEX #A396BE Cold Purple

📋 copy color: '#A396BE'

red 163 ◦ green 150 ◦ blue 190

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

Shades of Cold Purple #A396BE

Tints of Cold Purple #A396BE

RGB

 RED value IS 163 (64.06% from 255) = 32.41%

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

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

R = 32.41%
G = 29.82%
B = 37.77%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A396BE (or 0xA396BE) is known color: Cold Purple. HEX triplet: A3, 96 and BE. RGB value is (163,150,190). Sum of RGB (Red+Green+Blue) = 163+150+190=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A396BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396BE is #5C6941. Grayscale: #9E9E9E. Windows color (decimal): -6056258 or 12490403. OLE color: 12490403.

HSL color Cylindrical-coordinate representation of color #A396BE: hue angle of 259.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A396BE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 150 190 -
CMYK 0.14 0.21 0 0.25
HSL 259.5º 0.24% 0.67% -
HSV(B) 259.5º 0.21% 0.75% -
XYZ 35.3 33.32 53.29 -
YUV 158.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 163 150 190 0.14 0.21 0 0.25 259.5 0.24 0.67
Hex A3 96 BE E 15 0 19 104 18 43
Octal 243 226 276 16 25 0 31 404 30 103
Binary 10100011 10010110 10111110 1110 10101 0 11001 100000100 11000 1000011

Color Harmonies of #A396BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396BE

Black with #A396BE

Text Example


Text Example

White with #A396BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396BE; }

 p { color: rgb(163,150,190); }

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

background-color css

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

 a { background-color: rgb(163,150,190); }

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

border-color css

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

 span { border-color: rgb(163,150,190); }

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