Html Css Color HEX #A93CDB Dark Orchid

📋 copy color: '#A93CDB'

red 169 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #A93CDB

Tints of Dark Orchid #A93CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.39%

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 37.72%
G = 13.39%
B = 48.88%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A93CDB (or 0xA93CDB) is known color: Dark Orchid. HEX triplet: A9, 3C and DB. RGB value is (169,60,219). Sum of RGB (Red+Green+Blue) = 169+60+219=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A93CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CDB is #56C324. Grayscale: #6E6E6E. Windows color (decimal): -5686053 or 14367913. OLE color: 14367913.

HSL color Cylindrical-coordinate representation of color #A93CDB: hue angle of 281.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93CDB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 60 219 -
CMYK 0.23 0.73 0 0.14
HSL 281.13º 0.69% 0.55% -
HSV(B) 281.13º 0.73% 0.86% -
XYZ 30.76 16.78 68.64 -
YUV 110.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 169 60 219 0.23 0.73 0 0.14 281.13 0.69 0.55
Hex A9 3C DB 17 49 0 E 119 45 37
Octal 251 74 333 27 111 0 16 431 105 67
Binary 10101001 111100 11011011 10111 1001001 0 1110 100011001 1000101 110111

Color Harmonies of #A93CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93CDB

Black with #A93CDB

Text Example


Text Example

White with #A93CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93CDB; }

 p { color: rgb(169,60,219); }

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

background-color css

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

 a { background-color: rgb(169,60,219); }

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

border-color css

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

 span { border-color: rgb(169,60,219); }

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