Html Css Color HEX #A920B9 Dark Orchid

📋 copy color: '#A920B9'

red 169 ◦ green 32 ◦ blue 185

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

Shades of Dark Orchid #A920B9

Tints of Dark Orchid #A920B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.93%

R = 43.78%
G = 8.29%
B = 47.93%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A920B9 (or 0xA920B9) is known color: Dark Orchid. HEX triplet: A9, 20 and B9. RGB value is (169,32,185). Sum of RGB (Red+Green+Blue) = 169+32+185=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #A920B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920B9 is #56DF46. Grayscale: #595959. Windows color (decimal): -5693255 or 12132521. OLE color: 12132521.

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

Color convert

RGB 169 32 185 -
CMYK 0.09 0.83 0 0.27
HSL 293.73º 0.71% 0.43% -
HSV(B) 293.73º 0.83% 0.73% -
XYZ 25.64 12.97 47.05 -
YUV 90.41 181.39 184.06 -
System Red Green Blue C M Y K H S L
Decimal 169 32 185 0.09 0.83 0 0.27 293.73 0.71 0.43
Hex A9 20 B9 9 53 0 1B 126 47 2B
Octal 251 40 271 11 123 0 33 446 107 53
Binary 10101001 100000 10111001 1001 1010011 0 11011 100100110 1000111 101011

Color Harmonies of #A920B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920B9

Black with #A920B9

Text Example


Text Example

White with #A920B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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