Html Css Color HEX #A396B6 Cold Purple

📋 copy color: '#A396B6'

red 163 ◦ green 150 ◦ blue 182

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

Shades of Cold Purple #A396B6

Tints of Cold Purple #A396B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 32.93%
G = 30.3%
B = 36.77%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A396B6 (or 0xA396B6) is known color: Cold Purple. HEX triplet: A3, 96 and B6. RGB value is (163,150,182). Sum of RGB (Red+Green+Blue) = 163+150+182=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #A396B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396B6 is #5C6949. Grayscale: #9D9D9D. Windows color (decimal): -6056266 or 11966115. OLE color: 11966115.

HSL color Cylindrical-coordinate representation of color #A396B6: hue angle of 264.38º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A396B6 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 150 182 -
CMYK 0.10 0.18 0 0.29
HSL 264.38º 0.18% 0.65% -
HSV(B) 264.38º 0.18% 0.71% -
XYZ 34.45 32.98 48.81 -
YUV 157.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 163 150 182 0.10 0.18 0 0.29 264.38 0.18 0.65
Hex A3 96 B6 A 12 0 1D 108 12 41
Octal 243 226 266 12 22 0 35 410 22 101
Binary 10100011 10010110 10110110 1010 10010 0 11101 100001000 10010 1000001

Color Harmonies of #A396B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396B6

Black with #A396B6

Text Example


Text Example

White with #A396B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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