Html Css Color HEX #A920BC Dark Orchid

📋 copy color: '#A920BC'

red 169 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #A920BC

Tints of Dark Orchid #A920BC

RGB

 RED value IS 169 (66.41% from 255) = 43.44%

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

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

R = 43.44%
G = 8.23%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A920BC (or 0xA920BC) is known color: Dark Orchid. HEX triplet: A9, 20 and BC. RGB value is (169,32,188). Sum of RGB (Red+Green+Blue) = 169+32+188=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #A920BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920BC is #56DF43. Grayscale: #5A5A5A. Windows color (decimal): -5693252 or 12329129. OLE color: 12329129.

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

Color convert

RGB 169 32 188 -
CMYK 0.10 0.83 0 0.26
HSL 292.69º 0.71% 0.43% -
HSV(B) 292.69º 0.83% 0.74% -
XYZ 25.96 13.1 48.74 -
YUV 90.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 169 32 188 0.10 0.83 0 0.26 292.69 0.71 0.43
Hex A9 20 BC A 53 0 1A 125 47 2B
Octal 251 40 274 12 123 0 32 445 107 53
Binary 10101001 100000 10111100 1010 1010011 0 11010 100100101 1000111 101011

Color Harmonies of #A920BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920BC

Black with #A920BC

Text Example


Text Example

White with #A920BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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