Html Css Color HEX #A93BBA Dark Orchid

📋 copy color: '#A93BBA'

red 169 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A93BBA

Tints of Dark Orchid #A93BBA

RGB

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

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

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

R = 40.82%
G = 14.25%
B = 44.93%

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

#A93BBA (or 0xA93BBA) is known color: Dark Orchid. HEX triplet: A9, 3B and BA. RGB value is (169,59,186). Sum of RGB (Red+Green+Blue) = 169+59+186=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A93BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BBA is #56C445. Grayscale: #696969. Windows color (decimal): -5686342 or 12204969. OLE color: 12204969.

HSL color Cylindrical-coordinate representation of color #A93BBA: hue angle of 291.97º degrees, saturation: 0.52, 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 #A93BBA is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 59 186 -
CMYK 0.09 0.68 0 0.27
HSL 291.97º 0.52% 0.48% -
HSV(B) 291.97º 0.68% 0.73% -
XYZ 26.79 15.11 47.96 -
YUV 106.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 169 59 186 0.09 0.68 0 0.27 291.97 0.52 0.48
Hex A9 3B BA 9 44 0 1B 124 34 30
Octal 251 73 272 11 104 0 33 444 64 60
Binary 10101001 111011 10111010 1001 1000100 0 11011 100100100 110100 110000

Color Harmonies of #A93BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BBA

Black with #A93BBA

Text Example


Text Example

White with #A93BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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