Html Css Color HEX #A73ACC Dark Orchid

📋 copy color: '#A73ACC'

red 167 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #A73ACC

Tints of Dark Orchid #A73ACC

RGB

 RED value IS 167 (65.63% from 255) = 38.93%

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

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

R = 38.93%
G = 13.52%
B = 47.55%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A73ACC (or 0xA73ACC) is known color: Dark Orchid. HEX triplet: A7, 3A and CC. RGB value is (167,58,204). Sum of RGB (Red+Green+Blue) = 167+58+204=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A73ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ACC is #58C533. Grayscale: #6A6A6A. Windows color (decimal): -5817652 or 13384359. OLE color: 13384359.

HSL color Cylindrical-coordinate representation of color #A73ACC: hue angle of 284.79º 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 #A73ACC is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 58 204 -
CMYK 0.18 0.72 0 0.2
HSL 284.79º 0.59% 0.51% -
HSV(B) 284.79º 0.72% 0.8% -
XYZ 28.35 15.6 58.64 -
YUV 107.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 167 58 204 0.18 0.72 0 0.2 284.79 0.59 0.51
Hex A7 3A CC 12 48 0 14 11D 3B 33
Octal 247 72 314 22 110 0 24 435 73 63
Binary 10100111 111010 11001100 10010 1001000 0 10100 100011101 111011 110011

Color Harmonies of #A73ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ACC

Black with #A73ACC

Text Example


Text Example

White with #A73ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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