Html Css Color HEX #A820BA Dark Orchid

📋 copy color: '#A820BA'

red 168 ◦ green 32 ◦ blue 186

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

Shades of Dark Orchid #A820BA

Tints of Dark Orchid #A820BA

RGB

 RED value IS 168 (66.02% from 255) = 43.52%

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 43.52%
G = 8.29%
B = 48.19%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A820BA (or 0xA820BA) is known color: Dark Orchid. HEX triplet: A8, 20 and BA. RGB value is (168,32,186). Sum of RGB (Red+Green+Blue) = 168+32+186=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #A820BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820BA is #57DF45. Grayscale: #595959. Windows color (decimal): -5758790 or 12198056. OLE color: 12198056.

HSL color Cylindrical-coordinate representation of color #A820BA: hue angle of 292.99º 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 #A820BA is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 32 186 -
CMYK 0.10 0.83 0 0.27
HSL 292.99º 0.71% 0.43% -
HSV(B) 292.99º 0.83% 0.73% -
XYZ 25.53 12.9 47.6 -
YUV 90.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 168 32 186 0.10 0.83 0 0.27 292.99 0.71 0.43
Hex A8 20 BA A 53 0 1B 125 47 2B
Octal 250 40 272 12 123 0 33 445 107 53
Binary 10101000 100000 10111010 1010 1010011 0 11011 100100101 1000111 101011

Color Harmonies of #A820BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820BA

Black with #A820BA

Text Example


Text Example

White with #A820BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820BA; }

 p { color: rgb(168,32,186); }

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

background-color css

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

 a { background-color: rgb(168,32,186); }

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

border-color css

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

 span { border-color: rgb(168,32,186); }

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