Html Css Color HEX #A820BB Dark Orchid

📋 copy color: '#A820BB'

red 168 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #A820BB

Tints of Dark Orchid #A820BB

RGB

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

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

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

R = 43.41%
G = 8.27%
B = 48.32%

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

#A820BB (or 0xA820BB) is known color: Dark Orchid. HEX triplet: A8, 20 and BB. RGB value is (168,32,187). Sum of RGB (Red+Green+Blue) = 168+32+187=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A820BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820BB is #57DF44. Grayscale: #595959. Windows color (decimal): -5758789 or 12263592. OLE color: 12263592.

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

Color convert

RGB 168 32 187 -
CMYK 0.10 0.83 0 0.27
HSL 292.65º 0.71% 0.43% -
HSV(B) 292.65º 0.83% 0.73% -
XYZ 25.63 12.95 48.16 -
YUV 90.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 168 32 187 0.10 0.83 0 0.27 292.65 0.71 0.43
Hex A8 20 BB A 53 0 1B 125 47 2B
Octal 250 40 273 12 123 0 33 445 107 53
Binary 10101000 100000 10111011 1010 1010011 0 11011 100100101 1000111 101011

Color Harmonies of #A820BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820BB

Black with #A820BB

Text Example


Text Example

White with #A820BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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