Html Css Color HEX #A620CF Dark Orchid

📋 copy color: '#A620CF'

red 166 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #A620CF

Tints of Dark Orchid #A620CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 40.99%
G = 7.9%
B = 51.11%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A620CF (or 0xA620CF) is known color: Dark Orchid. HEX triplet: A6, 20 and CF. RGB value is (166,32,207). Sum of RGB (Red+Green+Blue) = 166+32+207=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #A620CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620CF is #59DF30. Grayscale: #5B5B5B. Windows color (decimal): -5889841 or 13574310. OLE color: 13574310.

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

Color convert

RGB 166 32 207 -
CMYK 0.20 0.85 0 0.19
HSL 285.94º 0.73% 0.47% -
HSV(B) 285.94º 0.85% 0.81% -
XYZ 27.5 13.65 60.22 -
YUV 92.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 166 32 207 0.20 0.85 0 0.19 285.94 0.73 0.47
Hex A6 20 CF 14 55 0 13 11E 49 2F
Octal 246 40 317 24 125 0 23 436 111 57
Binary 10100110 100000 11001111 10100 1010101 0 10011 100011110 1001001 101111

Color Harmonies of #A620CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620CF

Black with #A620CF

Text Example


Text Example

White with #A620CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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