Html Css Color HEX #A620BE Dark Orchid

📋 copy color: '#A620BE'

red 166 ◦ green 32 ◦ blue 190

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

Shades of Dark Orchid #A620BE

Tints of Dark Orchid #A620BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 42.78%
G = 8.25%
B = 48.97%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A620BE (or 0xA620BE) is known color: Dark Orchid. HEX triplet: A6, 20 and BE. RGB value is (166,32,190). Sum of RGB (Red+Green+Blue) = 166+32+190=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A620BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620BE is #59DF41. Grayscale: #595959. Windows color (decimal): -5889858 or 12460198. OLE color: 12460198.

HSL color Cylindrical-coordinate representation of color #A620BE: hue angle of 290.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A620BE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 32 190 -
CMYK 0.13 0.83 0 0.25
HSL 290.89º 0.71% 0.44% -
HSV(B) 290.89º 0.83% 0.75% -
XYZ 25.54 12.86 49.85 -
YUV 90.08 184.39 182.15 -
System Red Green Blue C M Y K H S L
Decimal 166 32 190 0.13 0.83 0 0.25 290.89 0.71 0.44
Hex A6 20 BE D 53 0 19 123 47 2C
Octal 246 40 276 15 123 0 31 443 107 54
Binary 10100110 100000 10111110 1101 1010011 0 11001 100100011 1000111 101100

Color Harmonies of #A620BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620BE

Black with #A620BE

Text Example


Text Example

White with #A620BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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