Html Css Color HEX #A620D0 Dark Orchid

📋 copy color: '#A620D0'

red 166 ◦ green 32 ◦ blue 208

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

Shades of Dark Orchid #A620D0

Tints of Dark Orchid #A620D0

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.88%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 40.89%
G = 7.88%
B = 51.23%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A620D0 (or 0xA620D0) is known color: Dark Orchid. HEX triplet: A6, 20 and D0. RGB value is (166,32,208). Sum of RGB (Red+Green+Blue) = 166+32+208=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #A620D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620D0 is #59DF2F. Grayscale: #5B5B5B. Windows color (decimal): -5889840 or 13639846. OLE color: 13639846.

HSL color Cylindrical-coordinate representation of color #A620D0: hue angle of 285.68º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A620D0 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 32 208 -
CMYK 0.20 0.85 0 0.18
HSL 285.68º 0.73% 0.47% -
HSV(B) 285.68º 0.85% 0.82% -
XYZ 27.63 13.69 60.86 -
YUV 92.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 166 32 208 0.20 0.85 0 0.18 285.68 0.73 0.47
Hex A6 20 D0 14 55 0 12 11E 49 2F
Octal 246 40 320 24 125 0 22 436 111 57
Binary 10100110 100000 11010000 10100 1010101 0 10010 100011110 1001001 101111

Color Harmonies of #A620D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620D0

Black with #A620D0

Text Example


Text Example

White with #A620D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620D0; }

 p { color: rgb(166,32,208); }

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

background-color css

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

 a { background-color: rgb(166,32,208); }

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

border-color css

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

 span { border-color: rgb(166,32,208); }

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