Html Css Color HEX #A93DBE Dark Orchid

📋 copy color: '#A93DBE'

red 169 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #A93DBE

Tints of Dark Orchid #A93DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

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

R = 40.24%
G = 14.52%
B = 45.24%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A93DBE (or 0xA93DBE) is known color: Dark Orchid. HEX triplet: A9, 3D and BE. RGB value is (169,61,190). Sum of RGB (Red+Green+Blue) = 169+61+190=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A93DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DBE is #56C241. Grayscale: #6B6B6B. Windows color (decimal): -5685826 or 12467625. OLE color: 12467625.

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

Color convert

RGB 169 61 190 -
CMYK 0.11 0.68 0 0.25
HSL 290.23º 0.51% 0.49% -
HSV(B) 290.23º 0.68% 0.75% -
XYZ 27.33 15.49 50.26 -
YUV 108 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 169 61 190 0.11 0.68 0 0.25 290.23 0.51 0.49
Hex A9 3D BE B 44 0 19 122 33 31
Octal 251 75 276 13 104 0 31 442 63 61
Binary 10101001 111101 10111110 1011 1000100 0 11001 100100010 110011 110001

Color Harmonies of #A93DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DBE

Black with #A93DBE

Text Example


Text Example

White with #A93DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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