Html Css Color HEX #A322CD Dark Orchid

📋 copy color: '#A322CD'

red 163 ◦ green 34 ◦ blue 205

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

Shades of Dark Orchid #A322CD

Tints of Dark Orchid #A322CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

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

R = 40.55%
G = 8.46%
B = 51%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A322CD (or 0xA322CD) is known color: Dark Orchid. HEX triplet: A3, 22 and CD. RGB value is (163,34,205). Sum of RGB (Red+Green+Blue) = 163+34+205=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #A322CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322CD is #5CDD32. Grayscale: #5B5B5B. Windows color (decimal): -6085939 or 13443747. OLE color: 13443747.

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

Color convert

RGB 163 34 205 -
CMYK 0.20 0.83 0 0.20
HSL 285.26º 0.72% 0.47% -
HSV(B) 285.26º 0.83% 0.8% -
XYZ 26.7 13.34 58.93 -
YUV 92.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 163 34 205 0.20 0.83 0 0.20 285.26 0.72 0.47
Hex A3 22 CD 14 53 0 14 11D 48 2F
Octal 243 42 315 24 123 0 24 435 110 57
Binary 10100011 100010 11001101 10100 1010011 0 10100 100011101 1001000 101111

Color Harmonies of #A322CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322CD

Black with #A322CD

Text Example


Text Example

White with #A322CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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