Html Css Color HEX #A321DF Dark Orchid

📋 copy color: '#A321DF'

red 163 ◦ green 33 ◦ blue 223

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

Shades of Dark Orchid #A321DF

Tints of Dark Orchid #A321DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 38.9%
G = 7.88%
B = 53.22%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A321DF (or 0xA321DF) is known color: Dark Orchid. HEX triplet: A3, 21 and DF. RGB value is (163,33,223). Sum of RGB (Red+Green+Blue) = 163+33+223=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A321DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321DF is #5CDE20. Grayscale: #5C5C5C. Windows color (decimal): -6086177 or 14623139. OLE color: 14623139.

HSL color Cylindrical-coordinate representation of color #A321DF: hue angle of 281.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A321DF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 33 223 -
CMYK 0.27 0.85 0 0.13
HSL 281.05º 0.75% 0.5% -
HSV(B) 281.05º 0.85% 0.87% -
XYZ 28.97 14.2 71.03 -
YUV 93.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 163 33 223 0.27 0.85 0 0.13 281.05 0.75 0.5
Hex A3 21 DF 1B 55 0 D 119 4B 32
Octal 243 41 337 33 125 0 15 431 113 62
Binary 10100011 100001 11011111 11011 1010101 0 1101 100011001 1001011 110010

Color Harmonies of #A321DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321DF

Black with #A321DF

Text Example


Text Example

White with #A321DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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