Html Css Color HEX #A382C6 Cold Purple

📋 copy color: '#A382C6'

red 163 ◦ green 130 ◦ blue 198

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

Shades of Cold Purple #A382C6

Tints of Cold Purple #A382C6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 33.2%
G = 26.48%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A382C6 (or 0xA382C6) is known color: Cold Purple. HEX triplet: A3, 82 and C6. RGB value is (163,130,198). Sum of RGB (Red+Green+Blue) = 163+130+198=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #A382C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382C6 is #5C7D39. Grayscale: #939393. Windows color (decimal): -6061370 or 13009571. OLE color: 13009571.

HSL color Cylindrical-coordinate representation of color #A382C6: hue angle of 269.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A382C6 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 130 198 -
CMYK 0.18 0.34 0 0.22
HSL 269.12º 0.37% 0.64% -
HSV(B) 269.12º 0.34% 0.78% -
XYZ 33.28 27.83 57.04 -
YUV 147.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 163 130 198 0.18 0.34 0 0.22 269.12 0.37 0.64
Hex A3 82 C6 12 22 0 16 10D 25 40
Octal 243 202 306 22 42 0 26 415 45 100
Binary 10100011 10000010 11000110 10010 100010 0 10110 100001101 100101 1000000

Color Harmonies of #A382C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382C6

Black with #A382C6

Text Example


Text Example

White with #A382C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382C6; }

 p { color: rgb(163,130,198); }

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

background-color css

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

 a { background-color: rgb(163,130,198); }

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

border-color css

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

 span { border-color: rgb(163,130,198); }

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