Html Css Color HEX #A93CC9 Dark Orchid

📋 copy color: '#A93CC9'

red 169 ◦ green 60 ◦ blue 201

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

Shades of Dark Orchid #A93CC9

Tints of Dark Orchid #A93CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.95%

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 39.3%
G = 13.95%
B = 46.74%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A93CC9 (or 0xA93CC9) is known color: Dark Orchid. HEX triplet: A9, 3C and C9. RGB value is (169,60,201). Sum of RGB (Red+Green+Blue) = 169+60+201=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #A93CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CC9 is #56C336. Grayscale: #6C6C6C. Windows color (decimal): -5686071 or 13188265. OLE color: 13188265.

HSL color Cylindrical-coordinate representation of color #A93CC9: hue angle of 286.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93CC9 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 60 201 -
CMYK 0.16 0.70 0 0.21
HSL 286.38º 0.57% 0.51% -
HSV(B) 286.38º 0.7% 0.79% -
XYZ 28.52 15.88 56.82 -
YUV 108.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 169 60 201 0.16 0.70 0 0.21 286.38 0.57 0.51
Hex A9 3C C9 10 46 0 15 11E 39 33
Octal 251 74 311 20 106 0 25 436 71 63
Binary 10101001 111100 11001001 10000 1000110 0 10101 100011110 111001 110011

Color Harmonies of #A93CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93CC9

Black with #A93CC9

Text Example


Text Example

White with #A93CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93CC9; }

 p { color: rgb(169,60,201); }

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

background-color css

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

 a { background-color: rgb(169,60,201); }

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

border-color css

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

 span { border-color: rgb(169,60,201); }

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