Html Css Color HEX #A93CEB Dark Orchid

📋 copy color: '#A93CEB'

red 169 ◦ green 60 ◦ blue 235

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

Shades of Dark Orchid #A93CEB

Tints of Dark Orchid #A93CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

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

R = 36.42%
G = 12.93%
B = 50.65%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A93CEB (or 0xA93CEB) is known color: Dark Orchid. HEX triplet: A9, 3C and EB. RGB value is (169,60,235). Sum of RGB (Red+Green+Blue) = 169+60+235=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #A93CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93CEB is #56C314. Grayscale: #6F6F6F. Windows color (decimal): -5686037 or 15416489. OLE color: 15416489.

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

Color convert

RGB 169 60 235 -
CMYK 0.28 0.74 0 0.08
HSL 277.37º 0.81% 0.58% -
HSV(B) 277.37º 0.74% 0.92% -
XYZ 32.97 17.66 80.27 -
YUV 112.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 169 60 235 0.28 0.74 0 0.08 277.37 0.81 0.58
Hex A9 3C EB 1C 4A 0 8 115 51 3A
Octal 251 74 353 34 112 0 10 425 121 72
Binary 10101001 111100 11101011 11100 1001010 0 1000 100010101 1010001 111010

Color Harmonies of #A93CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93CEB

Black with #A93CEB

Text Example


Text Example

White with #A93CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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