Html Css Color HEX #A396B3 Cold Purple

📋 copy color: '#A396B3'

red 163 ◦ green 150 ◦ blue 179

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

Shades of Cold Purple #A396B3

Tints of Cold Purple #A396B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 33.13%
G = 30.49%
B = 36.38%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A396B3 (or 0xA396B3) is known color: Cold Purple. HEX triplet: A3, 96 and B3. RGB value is (163,150,179). Sum of RGB (Red+Green+Blue) = 163+150+179=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #A396B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396B3 is #5C694C. Grayscale: #9D9D9D. Windows color (decimal): -6056269 or 11769507. OLE color: 11769507.

HSL color Cylindrical-coordinate representation of color #A396B3: hue angle of 266.9º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A396B3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 150 179 -
CMYK 0.09 0.16 0 0.30
HSL 266.9º 0.16% 0.65% -
HSV(B) 266.9º 0.16% 0.7% -
XYZ 34.15 32.85 47.19 -
YUV 157.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 163 150 179 0.09 0.16 0 0.30 266.9 0.16 0.65
Hex A3 96 B3 9 10 0 1E 10B 10 41
Octal 243 226 263 11 20 0 36 413 20 101
Binary 10100011 10010110 10110011 1001 10000 0 11110 100001011 10000 1000001

Color Harmonies of #A396B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396B3

Black with #A396B3

Text Example


Text Example

White with #A396B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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