Html Css Color HEX #A820BF Dark Orchid

📋 copy color: '#A820BF'

red 168 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #A820BF

Tints of Dark Orchid #A820BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.85%

R = 42.97%
G = 8.18%
B = 48.85%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A820BF (or 0xA820BF) is known color: Dark Orchid. HEX triplet: A8, 20 and BF. RGB value is (168,32,191). Sum of RGB (Red+Green+Blue) = 168+32+191=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #A820BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820BF is #57DF40. Grayscale: #5A5A5A. Windows color (decimal): -5758785 or 12525736. OLE color: 12525736.

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

Color convert

RGB 168 32 191 -
CMYK 0.12 0.83 0 0.25
HSL 291.32º 0.71% 0.44% -
HSV(B) 291.32º 0.83% 0.75% -
XYZ 26.07 13.12 50.45 -
YUV 90.79 184.56 183.07 -
System Red Green Blue C M Y K H S L
Decimal 168 32 191 0.12 0.83 0 0.25 291.32 0.71 0.44
Hex A8 20 BF C 53 0 19 123 47 2C
Octal 250 40 277 14 123 0 31 443 107 54
Binary 10101000 100000 10111111 1100 1010011 0 11001 100100011 1000111 101100

Color Harmonies of #A820BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820BF

Black with #A820BF

Text Example


Text Example

White with #A820BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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