Html Css Color HEX #A93CBA Dark Orchid

📋 copy color: '#A93CBA'

red 169 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #A93CBA

Tints of Dark Orchid #A93CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 40.72%
G = 14.46%
B = 44.82%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A93CBA (or 0xA93CBA) is known color: Dark Orchid. HEX triplet: A9, 3C and BA. RGB value is (169,60,186). Sum of RGB (Red+Green+Blue) = 169+60+186=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A93CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CBA is #56C345. Grayscale: #6A6A6A. Windows color (decimal): -5686086 or 12205225. OLE color: 12205225.

HSL color Cylindrical-coordinate representation of color #A93CBA: hue angle of 291.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A93CBA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 60 186 -
CMYK 0.09 0.68 0 0.27
HSL 291.9º 0.51% 0.48% -
HSV(B) 291.9º 0.68% 0.73% -
XYZ 26.84 15.21 47.98 -
YUV 106.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 169 60 186 0.09 0.68 0 0.27 291.9 0.51 0.48
Hex A9 3C BA 9 44 0 1B 124 33 30
Octal 251 74 272 11 104 0 33 444 63 60
Binary 10101001 111100 10111010 1001 1000100 0 11011 100100100 110011 110000

Color Harmonies of #A93CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93CBA

Black with #A93CBA

Text Example


Text Example

White with #A93CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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