Html Css Color HEX #A382CD Cold Purple

📋 copy color: '#A382CD'

red 163 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #A382CD

Tints of Cold Purple #A382CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 32.73%
G = 26.1%
B = 41.16%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A382CD (or 0xA382CD) is known color: Cold Purple. HEX triplet: A3, 82 and CD. RGB value is (163,130,205). Sum of RGB (Red+Green+Blue) = 163+130+205=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A382CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382CD is #5C7D32. Grayscale: #949494. Windows color (decimal): -6061363 or 13468323. OLE color: 13468323.

HSL color Cylindrical-coordinate representation of color #A382CD: hue angle of 266.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A382CD is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 130 205 -
CMYK 0.20 0.37 0 0.20
HSL 266.4º 0.43% 0.66% -
HSV(B) 266.4º 0.37% 0.8% -
XYZ 34.11 28.16 61.4 -
YUV 148.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 163 130 205 0.20 0.37 0 0.20 266.4 0.43 0.66
Hex A3 82 CD 14 25 0 14 10A 2B 42
Octal 243 202 315 24 45 0 24 412 53 102
Binary 10100011 10000010 11001101 10100 100101 0 10100 100001010 101011 1000010

Color Harmonies of #A382CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A382CD

Black with #A382CD

Text Example


Text Example

White with #A382CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A382CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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