Html Css Color HEX #A93FCD Dark Orchid

📋 copy color: '#A93FCD'

red 169 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A93FCD

Tints of Dark Orchid #A93FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 38.67%
G = 14.42%
B = 46.91%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A93FCD (or 0xA93FCD) is known color: Dark Orchid. HEX triplet: A9, 3F and CD. RGB value is (169,63,205). Sum of RGB (Red+Green+Blue) = 169+63+205=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FCD is #56C032. Grayscale: #6E6E6E. Windows color (decimal): -5685299 or 13451177. OLE color: 13451177.

HSL color Cylindrical-coordinate representation of color #A93FCD: hue angle of 284.79º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93FCD is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 63 205 -
CMYK 0.18 0.69 0 0.20
HSL 284.79º 0.59% 0.53% -
HSV(B) 284.79º 0.69% 0.8% -
XYZ 29.16 16.4 59.39 -
YUV 110.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 169 63 205 0.18 0.69 0 0.20 284.79 0.59 0.53
Hex A9 3F CD 12 45 0 14 11D 3B 35
Octal 251 77 315 22 105 0 24 435 73 65
Binary 10101001 111111 11001101 10010 1000101 0 10100 100011101 111011 110101

Color Harmonies of #A93FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FCD

Black with #A93FCD

Text Example


Text Example

White with #A93FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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