Html Css Color HEX #A93ACC Dark Orchid

📋 copy color: '#A93ACC'

red 169 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #A93ACC

Tints of Dark Orchid #A93ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 39.21%
G = 13.46%
B = 47.33%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A93ACC (or 0xA93ACC) is known color: Dark Orchid. HEX triplet: A9, 3A and CC. RGB value is (169,58,204). Sum of RGB (Red+Green+Blue) = 169+58+204=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #A93ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ACC is #56C533. Grayscale: #6B6B6B. Windows color (decimal): -5686580 or 13384361. OLE color: 13384361.

HSL color Cylindrical-coordinate representation of color #A93ACC: hue angle of 285.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93ACC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 58 204 -
CMYK 0.17 0.72 0 0.2
HSL 285.62º 0.59% 0.51% -
HSV(B) 285.62º 0.72% 0.8% -
XYZ 28.77 15.82 58.66 -
YUV 107.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 169 58 204 0.17 0.72 0 0.2 285.62 0.59 0.51
Hex A9 3A CC 11 48 0 14 11E 3B 33
Octal 251 72 314 21 110 0 24 436 73 63
Binary 10101001 111010 11001100 10001 1001000 0 10100 100011110 111011 110011

Color Harmonies of #A93ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93ACC

Black with #A93ACC

Text Example


Text Example

White with #A93ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93ACC; }

 p { color: rgb(169,58,204); }

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

background-color css

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

 a { background-color: rgb(169,58,204); }

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

border-color css

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

 span { border-color: rgb(169,58,204); }

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