Html Css Color HEX #A93BDD Dark Orchid

📋 copy color: '#A93BDD'

red 169 ◦ green 59 ◦ blue 221

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

Shades of Dark Orchid #A93BDD

Tints of Dark Orchid #A93BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 37.64%
G = 13.14%
B = 49.22%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A93BDD (or 0xA93BDD) is known color: Dark Orchid. HEX triplet: A9, 3B and DD. RGB value is (169,59,221). Sum of RGB (Red+Green+Blue) = 169+59+221=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A93BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BDD is #56C422. Grayscale: #6D6D6D. Windows color (decimal): -5686307 or 14498729. OLE color: 14498729.

HSL color Cylindrical-coordinate representation of color #A93BDD: hue angle of 280.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93BDD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 59 221 -
CMYK 0.24 0.73 0 0.13
HSL 280.74º 0.7% 0.55% -
HSV(B) 280.74º 0.73% 0.87% -
XYZ 30.98 16.78 70.01 -
YUV 110.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 169 59 221 0.24 0.73 0 0.13 280.74 0.7 0.55
Hex A9 3B DD 18 49 0 D 119 46 37
Octal 251 73 335 30 111 0 15 431 106 67
Binary 10101001 111011 11011101 11000 1001001 0 1101 100011001 1000110 110111

Color Harmonies of #A93BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BDD

Black with #A93BDD

Text Example


Text Example

White with #A93BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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