Html Css Color HEX #A93EEC Dark Orchid

📋 copy color: '#A93EEC'

red 169 ◦ green 62 ◦ blue 236

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

Shades of Dark Orchid #A93EEC

Tints of Dark Orchid #A93EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 36.19%
G = 13.28%
B = 50.54%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A93EEC (or 0xA93EEC) is known color: Dark Orchid. HEX triplet: A9, 3E and EC. RGB value is (169,62,236). Sum of RGB (Red+Green+Blue) = 169+62+236=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93EEC is #56C113. Grayscale: #717171. Windows color (decimal): -5685524 or 15482537. OLE color: 15482537.

HSL color Cylindrical-coordinate representation of color #A93EEC: hue angle of 276.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93EEC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 62 236 -
CMYK 0.28 0.74 0 0.07
HSL 276.9º 0.82% 0.58% -
HSV(B) 276.9º 0.74% 0.93% -
XYZ 33.23 17.94 81.07 -
YUV 113.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 169 62 236 0.28 0.74 0 0.07 276.9 0.82 0.58
Hex A9 3E EC 1C 4A 0 7 115 52 3A
Octal 251 76 354 34 112 0 7 425 122 72
Binary 10101001 111110 11101100 11100 1001010 0 111 100010101 1010010 111010

Color Harmonies of #A93EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93EEC

Black with #A93EEC

Text Example


Text Example

White with #A93EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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