Html Css Color HEX #A93DCE Dark Orchid

📋 copy color: '#A93DCE'

red 169 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #A93DCE

Tints of Dark Orchid #A93DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 38.76%
G = 13.99%
B = 47.25%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A93DCE (or 0xA93DCE) is known color: Dark Orchid. HEX triplet: A9, 3D and CE. RGB value is (169,61,206). Sum of RGB (Red+Green+Blue) = 169+61+206=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #A93DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DCE is #56C231. Grayscale: #6D6D6D. Windows color (decimal): -5685810 or 13516201. OLE color: 13516201.

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

Color convert

RGB 169 61 206 -
CMYK 0.18 0.70 0 0.19
HSL 284.69º 0.6% 0.52% -
HSV(B) 284.69º 0.7% 0.81% -
XYZ 29.17 16.23 59.99 -
YUV 109.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 169 61 206 0.18 0.70 0 0.19 284.69 0.6 0.52
Hex A9 3D CE 12 46 0 13 11D 3C 34
Octal 251 75 316 22 106 0 23 435 74 64
Binary 10101001 111101 11001110 10010 1000110 0 10011 100011101 111100 110100

Color Harmonies of #A93DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DCE

Black with #A93DCE

Text Example


Text Example

White with #A93DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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