Html Css Color HEX #A73ABC Dark Orchid

📋 copy color: '#A73ABC'

red 167 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #A73ABC

Tints of Dark Orchid #A73ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 40.44%
G = 14.04%
B = 45.52%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A73ABC (or 0xA73ABC) is known color: Dark Orchid. HEX triplet: A7, 3A and BC. RGB value is (167,58,188). Sum of RGB (Red+Green+Blue) = 167+58+188=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #A73ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ABC is #58C543. Grayscale: #696969. Windows color (decimal): -5817668 or 12335783. OLE color: 12335783.

HSL color Cylindrical-coordinate representation of color #A73ABC: hue angle of 290.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73ABC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 58 188 -
CMYK 0.11 0.69 0 0.26
HSL 290.31º 0.53% 0.48% -
HSV(B) 290.31º 0.69% 0.74% -
XYZ 26.53 14.87 49.05 -
YUV 105.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 167 58 188 0.11 0.69 0 0.26 290.31 0.53 0.48
Hex A7 3A BC B 45 0 1A 122 35 30
Octal 247 72 274 13 105 0 32 442 65 60
Binary 10100111 111010 10111100 1011 1000101 0 11010 100100010 110101 110000

Color Harmonies of #A73ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73ABC

Black with #A73ABC

Text Example


Text Example

White with #A73ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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