Html Css Color HEX #A93FDC Dark Orchid

📋 copy color: '#A93FDC'

red 169 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A93FDC

Tints of Dark Orchid #A93FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 37.39%
G = 13.94%
B = 48.67%

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

#A93FDC (or 0xA93FDC) is known color: Dark Orchid. HEX triplet: A9, 3F and DC. RGB value is (169,63,220). Sum of RGB (Red+Green+Blue) = 169+63+220=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #A93FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FDC is #56C023. Grayscale: #707070. Windows color (decimal): -5685284 or 14434217. OLE color: 14434217.

HSL color Cylindrical-coordinate representation of color #A93FDC: hue angle of 280.51º degrees, saturation: 0.69, 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 #A93FDC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 63 220 -
CMYK 0.23 0.71 0 0.14
HSL 280.51º 0.69% 0.55% -
HSV(B) 280.51º 0.71% 0.86% -
XYZ 31.06 17.16 69.38 -
YUV 112.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 169 63 220 0.23 0.71 0 0.14 280.51 0.69 0.55
Hex A9 3F DC 17 47 0 E 119 45 37
Octal 251 77 334 27 107 0 16 431 105 67
Binary 10101001 111111 11011100 10111 1000111 0 1110 100011001 1000101 110111

Color Harmonies of #A93FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FDC

Black with #A93FDC

Text Example


Text Example

White with #A93FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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