Html Css Color HEX #A396BD Cold Purple

📋 copy color: '#A396BD'

red 163 ◦ green 150 ◦ blue 189

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

Shades of Cold Purple #A396BD

Tints of Cold Purple #A396BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 32.47%
G = 29.88%
B = 37.65%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A396BD (or 0xA396BD) is known color: Cold Purple. HEX triplet: A3, 96 and BD. RGB value is (163,150,189). Sum of RGB (Red+Green+Blue) = 163+150+189=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A396BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396BD is #5C6942. Grayscale: #9E9E9E. Windows color (decimal): -6056259 or 12424867. OLE color: 12424867.

HSL color Cylindrical-coordinate representation of color #A396BD: hue angle of 260º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A396BD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 150 189 -
CMYK 0.14 0.21 0 0.26
HSL 260º 0.23% 0.66% -
HSV(B) 260º 0.21% 0.74% -
XYZ 35.2 33.27 52.71 -
YUV 158.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 163 150 189 0.14 0.21 0 0.26 260 0.23 0.66
Hex A3 96 BD E 15 0 1A 104 17 42
Octal 243 226 275 16 25 0 32 404 27 102
Binary 10100011 10010110 10111101 1110 10101 0 11010 100000100 10111 1000010

Color Harmonies of #A396BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396BD

Black with #A396BD

Text Example


Text Example

White with #A396BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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