Html Css Color HEX #A93BEB Dark Orchid

📋 copy color: '#A93BEB'

red 169 ◦ green 59 ◦ blue 235

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

Shades of Dark Orchid #A93BEB

Tints of Dark Orchid #A93BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 36.5%
G = 12.74%
B = 50.76%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A93BEB (or 0xA93BEB) is known color: Dark Orchid. HEX triplet: A9, 3B and EB. RGB value is (169,59,235). Sum of RGB (Red+Green+Blue) = 169+59+235=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #A93BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BEB is #56C414. Grayscale: #6F6F6F. Windows color (decimal): -5686293 or 15416233. OLE color: 15416233.

HSL color Cylindrical-coordinate representation of color #A93BEB: hue angle of 277.5º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93BEB is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 59 235 -
CMYK 0.28 0.75 0 0.08
HSL 277.5º 0.81% 0.58% -
HSV(B) 277.5º 0.75% 0.92% -
XYZ 32.92 17.56 80.25 -
YUV 111.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 169 59 235 0.28 0.75 0 0.08 277.5 0.81 0.58
Hex A9 3B EB 1C 4B 0 8 116 51 3A
Octal 251 73 353 34 113 0 10 426 121 72
Binary 10101001 111011 11101011 11100 1001011 0 1000 100010110 1010001 111010

Color Harmonies of #A93BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BEB

Black with #A93BEB

Text Example


Text Example

White with #A93BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BEB; }

 p { color: rgb(169,59,235); }

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

background-color css

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

 a { background-color: rgb(169,59,235); }

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

border-color css

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

 span { border-color: rgb(169,59,235); }

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