Html Css Color HEX #A396C0 Cold Purple

📋 copy color: '#A396C0'

red 163 ◦ green 150 ◦ blue 192

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

Shades of Cold Purple #A396C0

Tints of Cold Purple #A396C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 32.28%
G = 29.7%
B = 38.02%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A396C0 (or 0xA396C0) is known color: Cold Purple. HEX triplet: A3, 96 and C0. RGB value is (163,150,192). Sum of RGB (Red+Green+Blue) = 163+150+192=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #A396C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396C0 is #5C693F. Grayscale: #9E9E9E. Windows color (decimal): -6056256 or 12621475. OLE color: 12621475.

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

Color convert

RGB 163 150 192 -
CMYK 0.15 0.22 0 0.25
HSL 258.57º 0.25% 0.67% -
HSV(B) 258.57º 0.22% 0.75% -
XYZ 35.53 33.41 54.44 -
YUV 158.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 163 150 192 0.15 0.22 0 0.25 258.57 0.25 0.67
Hex A3 96 C0 F 16 0 19 103 19 43
Octal 243 226 300 17 26 0 31 403 31 103
Binary 10100011 10010110 11000000 1111 10110 0 11001 100000011 11001 1000011

Color Harmonies of #A396C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396C0

Black with #A396C0

Text Example


Text Example

White with #A396C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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