Html Css Color HEX #A93DC9 Dark Orchid

📋 copy color: '#A93DC9'

red 169 ◦ green 61 ◦ blue 201

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

Shades of Dark Orchid #A93DC9

Tints of Dark Orchid #A93DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 39.21%
G = 14.15%
B = 46.64%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A93DC9 (or 0xA93DC9) is known color: Dark Orchid. HEX triplet: A9, 3D and C9. RGB value is (169,61,201). Sum of RGB (Red+Green+Blue) = 169+61+201=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A93DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DC9 is #56C236. Grayscale: #6C6C6C. Windows color (decimal): -5685815 or 13188521. OLE color: 13188521.

HSL color Cylindrical-coordinate representation of color #A93DC9: hue angle of 286.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93DC9 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 61 201 -
CMYK 0.16 0.70 0 0.21
HSL 286.29º 0.56% 0.51% -
HSV(B) 286.29º 0.7% 0.79% -
XYZ 28.57 15.99 56.84 -
YUV 109.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 169 61 201 0.16 0.70 0 0.21 286.29 0.56 0.51
Hex A9 3D C9 10 46 0 15 11E 38 33
Octal 251 75 311 20 106 0 25 436 70 63
Binary 10101001 111101 11001001 10000 1000110 0 10101 100011110 111000 110011

Color Harmonies of #A93DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DC9

Black with #A93DC9

Text Example


Text Example

White with #A93DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DC9; }

 p { color: rgb(169,61,201); }

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

background-color css

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

 a { background-color: rgb(169,61,201); }

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

border-color css

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

 span { border-color: rgb(169,61,201); }

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