Html Css Color HEX #A93EDB Dark Orchid

📋 copy color: '#A93EDB'

red 169 ◦ green 62 ◦ blue 219

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

Shades of Dark Orchid #A93EDB

Tints of Dark Orchid #A93EDB

RGB

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

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

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

R = 37.56%
G = 13.78%
B = 48.67%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A93EDB (or 0xA93EDB) is known color: Dark Orchid. HEX triplet: A9, 3E and DB. RGB value is (169,62,219). Sum of RGB (Red+Green+Blue) = 169+62+219=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A93EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EDB is #56C124. Grayscale: #6F6F6F. Windows color (decimal): -5685541 or 14368425. OLE color: 14368425.

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

Color convert

RGB 169 62 219 -
CMYK 0.23 0.72 0 0.14
HSL 280.89º 0.69% 0.55% -
HSV(B) 280.89º 0.72% 0.86% -
XYZ 30.87 16.99 68.67 -
YUV 111.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 169 62 219 0.23 0.72 0 0.14 280.89 0.69 0.55
Hex A9 3E DB 17 48 0 E 119 45 37
Octal 251 76 333 27 110 0 16 431 105 67
Binary 10101001 111110 11011011 10111 1001000 0 1110 100011001 1000101 110111

Color Harmonies of #A93EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93EDB

Black with #A93EDB

Text Example


Text Example

White with #A93EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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