Html Css Color HEX #A321DB Dark Orchid

📋 copy color: '#A321DB'

red 163 ◦ green 33 ◦ blue 219

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

Shades of Dark Orchid #A321DB

Tints of Dark Orchid #A321DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 39.28%
G = 7.95%
B = 52.77%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A321DB (or 0xA321DB) is known color: Dark Orchid. HEX triplet: A3, 21 and DB. RGB value is (163,33,219). Sum of RGB (Red+Green+Blue) = 163+33+219=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A321DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A321DB is #5CDE24. Grayscale: #5C5C5C. Windows color (decimal): -6086181 or 14360995. OLE color: 14360995.

HSL color Cylindrical-coordinate representation of color #A321DB: hue angle of 281.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A321DB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 33 219 -
CMYK 0.26 0.85 0 0.14
HSL 281.94º 0.74% 0.49% -
HSV(B) 281.94º 0.85% 0.86% -
XYZ 28.43 13.99 68.22 -
YUV 93.07 199.07 177.88 -
System Red Green Blue C M Y K H S L
Decimal 163 33 219 0.26 0.85 0 0.14 281.94 0.74 0.49
Hex A3 21 DB 1A 55 0 E 11A 4A 31
Octal 243 41 333 32 125 0 16 432 112 61
Binary 10100011 100001 11011011 11010 1010101 0 1110 100011010 1001010 110001

Color Harmonies of #A321DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A321DB

Black with #A321DB

Text Example


Text Example

White with #A321DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A321DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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