Html Css Color HEX #A93EBE Dark Orchid

📋 copy color: '#A93EBE'

red 169 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #A93EBE

Tints of Dark Orchid #A93EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 40.14%
G = 14.73%
B = 45.13%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A93EBE (or 0xA93EBE) is known color: Dark Orchid. HEX triplet: A9, 3E and BE. RGB value is (169,62,190). Sum of RGB (Red+Green+Blue) = 169+62+190=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EBE is #56C141. Grayscale: #6C6C6C. Windows color (decimal): -5685570 or 12467881. OLE color: 12467881.

HSL color Cylindrical-coordinate representation of color #A93EBE: hue angle of 290.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93EBE is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 62 190 -
CMYK 0.11 0.67 0 0.25
HSL 290.16º 0.51% 0.49% -
HSV(B) 290.16º 0.67% 0.75% -
XYZ 27.38 15.6 50.28 -
YUV 108.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 169 62 190 0.11 0.67 0 0.25 290.16 0.51 0.49
Hex A9 3E BE B 43 0 19 122 33 31
Octal 251 76 276 13 103 0 31 442 63 61
Binary 10101001 111110 10111110 1011 1000011 0 11001 100100010 110011 110001

Color Harmonies of #A93EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93EBE

Black with #A93EBE

Text Example


Text Example

White with #A93EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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