Html Css Color HEX #A620BB Dark Orchid

📋 copy color: '#A620BB'

red 166 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #A620BB

Tints of Dark Orchid #A620BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 43.12%
G = 8.31%
B = 48.57%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A620BB (or 0xA620BB) is known color: Dark Orchid. HEX triplet: A6, 20 and BB. RGB value is (166,32,187). Sum of RGB (Red+Green+Blue) = 166+32+187=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #A620BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620BB is #59DF44. Grayscale: #595959. Windows color (decimal): -5889861 or 12263590. OLE color: 12263590.

HSL color Cylindrical-coordinate representation of color #A620BB: hue angle of 291.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A620BB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 32 187 -
CMYK 0.11 0.83 0 0.27
HSL 291.87º 0.71% 0.43% -
HSV(B) 291.87º 0.83% 0.73% -
XYZ 25.21 12.73 48.14 -
YUV 89.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 166 32 187 0.11 0.83 0 0.27 291.87 0.71 0.43
Hex A6 20 BB B 53 0 1B 124 47 2B
Octal 246 40 273 13 123 0 33 444 107 53
Binary 10100110 100000 10111011 1011 1010011 0 11011 100100100 1000111 101011

Color Harmonies of #A620BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620BB

Black with #A620BB

Text Example


Text Example

White with #A620BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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