Html Css Color HEX #A820BC Dark Orchid

📋 copy color: '#A820BC'

red 168 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #A820BC

Tints of Dark Orchid #A820BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 43.3%
G = 8.25%
B = 48.45%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A820BC (or 0xA820BC) is known color: Dark Orchid. HEX triplet: A8, 20 and BC. RGB value is (168,32,188). Sum of RGB (Red+Green+Blue) = 168+32+188=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A820BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820BC is #57DF43. Grayscale: #595959. Windows color (decimal): -5758788 or 12329128. OLE color: 12329128.

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

Color convert

RGB 168 32 188 -
CMYK 0.11 0.83 0 0.26
HSL 292.31º 0.71% 0.43% -
HSV(B) 292.31º 0.83% 0.74% -
XYZ 25.74 12.99 48.73 -
YUV 90.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 168 32 188 0.11 0.83 0 0.26 292.31 0.71 0.43
Hex A8 20 BC B 53 0 1A 124 47 2B
Octal 250 40 274 13 123 0 32 444 107 53
Binary 10101000 100000 10111100 1011 1010011 0 11010 100100100 1000111 101011

Color Harmonies of #A820BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A820BC

Black with #A820BC

Text Example


Text Example

White with #A820BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A820BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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