Html Css Color HEX #A321CA Dark Orchid

📋 copy color: '#A321CA'

red 163 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #A321CA

Tints of Dark Orchid #A321CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

 BLUE value IS 202 (79.3% from 255) = 50.75%

R = 40.95%
G = 8.29%
B = 50.75%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A321CA (or 0xA321CA) is known color: Dark Orchid. HEX triplet: A3, 21 and CA. RGB value is (163,33,202). Sum of RGB (Red+Green+Blue) = 163+33+202=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #A321CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321CA is #5CDE35. Grayscale: #5A5A5A. Windows color (decimal): -6086198 or 13246883. OLE color: 13246883.

HSL color Cylindrical-coordinate representation of color #A321CA: hue angle of 286.15º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A321CA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 33 202 -
CMYK 0.19 0.84 0 0.21
HSL 286.15º 0.72% 0.46% -
HSV(B) 286.15º 0.84% 0.79% -
XYZ 26.31 13.14 57.03 -
YUV 91.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 163 33 202 0.19 0.84 0 0.21 286.15 0.72 0.46
Hex A3 21 CA 13 54 0 15 11E 48 2E
Octal 243 41 312 23 124 0 25 436 110 56
Binary 10100011 100001 11001010 10011 1010100 0 10101 100011110 1001000 101110

Color Harmonies of #A321CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321CA

Black with #A321CA

Text Example


Text Example

White with #A321CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321CA; }

 p { color: rgb(163,33,202); }

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

background-color css

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

 a { background-color: rgb(163,33,202); }

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

border-color css

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

 span { border-color: rgb(163,33,202); }

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