Html Css Color HEX #A621CD Dark Orchid

📋 copy color: '#A621CD'

red 166 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #A621CD

Tints of Dark Orchid #A621CD

RGB

 RED value IS 166 (65.23% from 255) = 41.09%

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

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

R = 41.09%
G = 8.17%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A621CD (or 0xA621CD) is known color: Dark Orchid. HEX triplet: A6, 21 and CD. RGB value is (166,33,205). Sum of RGB (Red+Green+Blue) = 166+33+205=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #A621CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621CD is #59DE32. Grayscale: #5B5B5B. Windows color (decimal): -5889587 or 13443494. OLE color: 13443494.

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

Color convert

RGB 166 33 205 -
CMYK 0.19 0.84 0 0.20
HSL 286.4º 0.72% 0.47% -
HSV(B) 286.4º 0.84% 0.8% -
XYZ 27.29 13.6 58.94 -
YUV 92.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 166 33 205 0.19 0.84 0 0.20 286.4 0.72 0.47
Hex A6 21 CD 13 54 0 14 11E 48 2F
Octal 246 41 315 23 124 0 24 436 110 57
Binary 10100110 100001 11001101 10011 1010100 0 10100 100011110 1001000 101111

Color Harmonies of #A621CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621CD

Black with #A621CD

Text Example


Text Example

White with #A621CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621CD; }

 p { color: rgb(166,33,205); }

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

background-color css

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

 a { background-color: rgb(166,33,205); }

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

border-color css

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

 span { border-color: rgb(166,33,205); }

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