Html Css Color HEX #A93EBC Dark Orchid

📋 copy color: '#A93EBC'

red 169 ◦ green 62 ◦ blue 188

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

Shades of Dark Orchid #A93EBC

Tints of Dark Orchid #A93EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 40.33%
G = 14.8%
B = 44.87%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A93EBC (or 0xA93EBC) is known color: Dark Orchid. HEX triplet: A9, 3E and BC. RGB value is (169,62,188). Sum of RGB (Red+Green+Blue) = 169+62+188=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A93EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EBC is #56C143. Grayscale: #6B6B6B. Windows color (decimal): -5685572 or 12336809. OLE color: 12336809.

HSL color Cylindrical-coordinate representation of color #A93EBC: hue angle of 290.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93EBC is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 62 188 -
CMYK 0.10 0.67 0 0.26
HSL 290.95º 0.5% 0.49% -
HSV(B) 290.95º 0.67% 0.74% -
XYZ 27.16 15.51 49.14 -
YUV 108.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 169 62 188 0.10 0.67 0 0.26 290.95 0.5 0.49
Hex A9 3E BC A 43 0 1A 123 32 31
Octal 251 76 274 12 103 0 32 443 62 61
Binary 10101001 111110 10111100 1010 1000011 0 11010 100100011 110010 110001

Color Harmonies of #A93EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93EBC

Black with #A93EBC

Text Example


Text Example

White with #A93EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93EBC; }

 p { color: rgb(169,62,188); }

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

background-color css

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

 a { background-color: rgb(169,62,188); }

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

border-color css

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

 span { border-color: rgb(169,62,188); }

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