Html Css Color HEX #A93EDE Dark Orchid

📋 copy color: '#A93EDE'

red 169 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #A93EDE

Tints of Dark Orchid #A93EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 37.31%
G = 13.69%
B = 49.01%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A93EDE (or 0xA93EDE) is known color: Dark Orchid. HEX triplet: A9, 3E and DE. RGB value is (169,62,222). Sum of RGB (Red+Green+Blue) = 169+62+222=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #A93EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EDE is #56C121. Grayscale: #6F6F6F. Windows color (decimal): -5685538 or 14565033. OLE color: 14565033.

HSL color Cylindrical-coordinate representation of color #A93EDE: hue angle of 280.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93EDE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 62 222 -
CMYK 0.24 0.72 0 0.13
HSL 280.13º 0.71% 0.56% -
HSV(B) 280.13º 0.72% 0.87% -
XYZ 31.27 17.15 70.77 -
YUV 112.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 169 62 222 0.24 0.72 0 0.13 280.13 0.71 0.56
Hex A9 3E DE 18 48 0 D 118 47 38
Octal 251 76 336 30 110 0 15 430 107 70
Binary 10101001 111110 11011110 11000 1001000 0 1101 100011000 1000111 111000

Color Harmonies of #A93EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93EDE

Black with #A93EDE

Text Example


Text Example

White with #A93EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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