Html Css Color HEX #A93ECD Dark Orchid

📋 copy color: '#A93ECD'

red 169 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #A93ECD

Tints of Dark Orchid #A93ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

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

R = 38.76%
G = 14.22%
B = 47.02%

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

#A93ECD (or 0xA93ECD) is known color: Dark Orchid. HEX triplet: A9, 3E and CD. RGB value is (169,62,205). Sum of RGB (Red+Green+Blue) = 169+62+205=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ECD is #56C132. Grayscale: #6D6D6D. Windows color (decimal): -5685555 or 13450921. OLE color: 13450921.

HSL color Cylindrical-coordinate representation of color #A93ECD: hue angle of 284.9º 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 #A93ECD is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 62 205 -
CMYK 0.18 0.70 0 0.20
HSL 284.9º 0.59% 0.52% -
HSV(B) 284.9º 0.7% 0.8% -
XYZ 29.1 16.29 59.37 -
YUV 110.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 169 62 205 0.18 0.70 0 0.20 284.9 0.59 0.52
Hex A9 3E CD 12 46 0 14 11D 3B 34
Octal 251 76 315 22 106 0 24 435 73 64
Binary 10101001 111110 11001101 10010 1000110 0 10100 100011101 111011 110100

Color Harmonies of #A93ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93ECD

Black with #A93ECD

Text Example


Text Example

White with #A93ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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