Html Css Color HEX #A93AD9 Dark Orchid

📋 copy color: '#A93AD9'

red 169 ◦ green 58 ◦ blue 217

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

Shades of Dark Orchid #A93AD9

Tints of Dark Orchid #A93AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.06%

 BLUE value IS 217 (85.16% from 255) = 48.87%

R = 38.06%
G = 13.06%
B = 48.87%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A93AD9 (or 0xA93AD9) is known color: Dark Orchid. HEX triplet: A9, 3A and D9. RGB value is (169,58,217). Sum of RGB (Red+Green+Blue) = 169+58+217=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #A93AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD9 is #56C526. Grayscale: #6C6C6C. Windows color (decimal): -5686567 or 14236329. OLE color: 14236329.

HSL color Cylindrical-coordinate representation of color #A93AD9: hue angle of 281.89º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93AD9 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 58 217 -
CMYK 0.22 0.73 0 0.15
HSL 281.89º 0.68% 0.54% -
HSV(B) 281.89º 0.73% 0.85% -
XYZ 30.4 16.47 67.22 -
YUV 109.32 188.77 170.57 -
System Red Green Blue C M Y K H S L
Decimal 169 58 217 0.22 0.73 0 0.15 281.89 0.68 0.54
Hex A9 3A D9 16 49 0 F 11A 44 36
Octal 251 72 331 26 111 0 17 432 104 66
Binary 10101001 111010 11011001 10110 1001001 0 1111 100011010 1000100 110110

Color Harmonies of #A93AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93AD9

Black with #A93AD9

Text Example


Text Example

White with #A93AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93AD9; }

 p { color: rgb(169,58,217); }

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

background-color css

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

 a { background-color: rgb(169,58,217); }

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

border-color css

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

 span { border-color: rgb(169,58,217); }

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