Html Css Color HEX #A93DCD Dark Orchid

📋 copy color: '#A93DCD'

red 169 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A93DCD

Tints of Dark Orchid #A93DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 38.85%
G = 14.02%
B = 47.13%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A93DCD (or 0xA93DCD) is known color: Dark Orchid. HEX triplet: A9, 3D and CD. RGB value is (169,61,205). Sum of RGB (Red+Green+Blue) = 169+61+205=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DCD is #56C232. Grayscale: #6D6D6D. Windows color (decimal): -5685811 or 13450665. OLE color: 13450665.

HSL color Cylindrical-coordinate representation of color #A93DCD: hue angle of 285º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93DCD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 61 205 -
CMYK 0.18 0.70 0 0.20
HSL 285º 0.59% 0.52% -
HSV(B) 285º 0.7% 0.8% -
XYZ 29.05 16.18 59.35 -
YUV 109.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 169 61 205 0.18 0.70 0 0.20 285 0.59 0.52
Hex A9 3D CD 12 46 0 14 11D 3B 34
Octal 251 75 315 22 106 0 24 435 73 64
Binary 10101001 111101 11001101 10010 1000110 0 10100 100011101 111011 110100

Color Harmonies of #A93DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DCD

Black with #A93DCD

Text Example


Text Example

White with #A93DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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