Html Css Color HEX #A93FDB Dark Orchid

📋 copy color: '#A93FDB'

red 169 ◦ green 63 ◦ blue 219

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

Shades of Dark Orchid #A93FDB

Tints of Dark Orchid #A93FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 37.47%
G = 13.97%
B = 48.56%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A93FDB (or 0xA93FDB) is known color: Dark Orchid. HEX triplet: A9, 3F and DB. RGB value is (169,63,219). Sum of RGB (Red+Green+Blue) = 169+63+219=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #A93FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FDB is #56C024. Grayscale: #6F6F6F. Windows color (decimal): -5685285 or 14368681. OLE color: 14368681.

HSL color Cylindrical-coordinate representation of color #A93FDB: hue angle of 280.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93FDB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 63 219 -
CMYK 0.23 0.71 0 0.14
HSL 280.77º 0.68% 0.55% -
HSV(B) 280.77º 0.71% 0.86% -
XYZ 30.93 17.1 68.69 -
YUV 112.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 169 63 219 0.23 0.71 0 0.14 280.77 0.68 0.55
Hex A9 3F DB 17 47 0 E 119 44 37
Octal 251 77 333 27 107 0 16 431 104 67
Binary 10101001 111111 11011011 10111 1000111 0 1110 100011001 1000100 110111

Color Harmonies of #A93FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FDB

Black with #A93FDB

Text Example


Text Example

White with #A93FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FDB; }

 p { color: rgb(169,63,219); }

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

background-color css

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

 a { background-color: rgb(169,63,219); }

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

border-color css

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

 span { border-color: rgb(169,63,219); }

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