Html Css Color HEX #A93FEC Dark Orchid

📋 copy color: '#A93FEC'

red 169 ◦ green 63 ◦ blue 236

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

Shades of Dark Orchid #A93FEC

Tints of Dark Orchid #A93FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

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

R = 36.11%
G = 13.46%
B = 50.43%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A93FEC (or 0xA93FEC) is known color: Dark Orchid. HEX triplet: A9, 3F and EC. RGB value is (169,63,236). Sum of RGB (Red+Green+Blue) = 169+63+236=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FEC is #56C013. Grayscale: #717171. Windows color (decimal): -5685268 or 15482793. OLE color: 15482793.

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

Color convert

RGB 169 63 236 -
CMYK 0.28 0.73 0 0.07
HSL 276.76º 0.82% 0.59% -
HSV(B) 276.76º 0.73% 0.93% -
XYZ 33.28 18.05 81.09 -
YUV 114.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 169 63 236 0.28 0.73 0 0.07 276.76 0.82 0.59
Hex A9 3F EC 1C 49 0 7 115 52 3B
Octal 251 77 354 34 111 0 7 425 122 73
Binary 10101001 111111 11101100 11100 1001001 0 111 100010101 1010010 111011

Color Harmonies of #A93FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FEC

Black with #A93FEC

Text Example


Text Example

White with #A93FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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