Html Css Color HEX #A93AD4 Dark Orchid

📋 copy color: '#A93AD4'

red 169 ◦ green 58 ◦ blue 212

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

Shades of Dark Orchid #A93AD4

Tints of Dark Orchid #A93AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.29%

R = 38.5%
G = 13.21%
B = 48.29%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A93AD4 (or 0xA93AD4) is known color: Dark Orchid. HEX triplet: A9, 3A and D4. RGB value is (169,58,212). Sum of RGB (Red+Green+Blue) = 169+58+212=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #A93AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD4 is #56C52B. Grayscale: #6C6C6C. Windows color (decimal): -5686572 or 13908649. OLE color: 13908649.

HSL color Cylindrical-coordinate representation of color #A93AD4: hue angle of 283.25º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93AD4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 58 212 -
CMYK 0.20 0.73 0 0.17
HSL 283.25º 0.64% 0.53% -
HSV(B) 283.25º 0.73% 0.83% -
XYZ 29.76 16.21 63.85 -
YUV 108.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 169 58 212 0.20 0.73 0 0.17 283.25 0.64 0.53
Hex A9 3A D4 14 49 0 11 11B 40 35
Octal 251 72 324 24 111 0 21 433 100 65
Binary 10101001 111010 11010100 10100 1001001 0 10001 100011011 1000000 110101

Color Harmonies of #A93AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93AD4

Black with #A93AD4

Text Example


Text Example

White with #A93AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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