Html Css Color HEX #A620B7 Dark Orchid

📋 copy color: '#A620B7'

red 166 ◦ green 32 ◦ blue 183

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

Shades of Dark Orchid #A620B7

Tints of Dark Orchid #A620B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.03%

R = 43.57%
G = 8.4%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A620B7 (or 0xA620B7) is known color: Dark Orchid. HEX triplet: A6, 20 and B7. RGB value is (166,32,183). Sum of RGB (Red+Green+Blue) = 166+32+183=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #A620B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A620B7 is #59DF48. Grayscale: #585858. Windows color (decimal): -5889865 or 12001446. OLE color: 12001446.

HSL color Cylindrical-coordinate representation of color #A620B7: hue angle of 293.25º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A620B7 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 32 183 -
CMYK 0.09 0.83 0 0.28
HSL 293.25º 0.7% 0.42% -
HSV(B) 293.25º 0.83% 0.72% -
XYZ 24.79 12.56 45.92 -
YUV 89.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 166 32 183 0.09 0.83 0 0.28 293.25 0.7 0.42
Hex A6 20 B7 9 53 0 1C 125 46 2A
Octal 246 40 267 11 123 0 34 445 106 52
Binary 10100110 100000 10110111 1001 1010011 0 11100 100100101 1000110 101010

Color Harmonies of #A620B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620B7

Black with #A620B7

Text Example


Text Example

White with #A620B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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