Html Css Color HEX #A320CD Dark Orchid

📋 copy color: '#A320CD'

red 163 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #A320CD

Tints of Dark Orchid #A320CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8%

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

R = 40.75%
G = 8%
B = 51.25%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A320CD (or 0xA320CD) is known color: Dark Orchid. HEX triplet: A3, 20 and CD. RGB value is (163,32,205). Sum of RGB (Red+Green+Blue) = 163+32+205=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #A320CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320CD is #5CDF32. Grayscale: #5A5A5A. Windows color (decimal): -6086451 or 13443235. OLE color: 13443235.

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

Color convert

RGB 163 32 205 -
CMYK 0.20 0.84 0 0.20
HSL 285.43º 0.73% 0.46% -
HSV(B) 285.43º 0.84% 0.8% -
XYZ 26.64 13.23 58.91 -
YUV 90.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 163 32 205 0.20 0.84 0 0.20 285.43 0.73 0.46
Hex A3 20 CD 14 54 0 14 11D 49 2E
Octal 243 40 315 24 124 0 24 435 111 56
Binary 10100011 100000 11001101 10100 1010100 0 10100 100011101 1001001 101110

Color Harmonies of #A320CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320CD

Black with #A320CD

Text Example


Text Example

White with #A320CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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