Html Css Color HEX #A73ECC Dark Orchid

📋 copy color: '#A73ECC'

red 167 ◦ green 62 ◦ blue 204

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

Shades of Dark Orchid #A73ECC

Tints of Dark Orchid #A73ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

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

R = 38.57%
G = 14.32%
B = 47.11%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A73ECC (or 0xA73ECC) is known color: Dark Orchid. HEX triplet: A7, 3E and CC. RGB value is (167,62,204). Sum of RGB (Red+Green+Blue) = 167+62+204=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A73ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ECC is #58C133. Grayscale: #6D6D6D. Windows color (decimal): -5816628 or 13385383. OLE color: 13385383.

HSL color Cylindrical-coordinate representation of color #A73ECC: hue angle of 284.37º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73ECC is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 62 204 -
CMYK 0.18 0.70 0 0.2
HSL 284.37º 0.58% 0.52% -
HSV(B) 284.37º 0.7% 0.8% -
XYZ 28.56 16.02 58.71 -
YUV 109.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 167 62 204 0.18 0.70 0 0.2 284.37 0.58 0.52
Hex A7 3E CC 12 46 0 14 11C 3A 34
Octal 247 76 314 22 106 0 24 434 72 64
Binary 10100111 111110 11001100 10010 1000110 0 10100 100011100 111010 110100

Color Harmonies of #A73ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ECC

Black with #A73ECC

Text Example


Text Example

White with #A73ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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