Html Css Color HEX #A734AD Dark Orchid

📋 copy color: '#A734AD'

red 167 ◦ green 52 ◦ blue 173

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

Shades of Dark Orchid #A734AD

Tints of Dark Orchid #A734AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 42.6%
G = 13.27%
B = 44.13%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A734AD (or 0xA734AD) is known color: Dark Orchid. HEX triplet: A7, 34 and AD. RGB value is (167,52,173). Sum of RGB (Red+Green+Blue) = 167+52+173=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A734AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A734AD is #58CB52. Grayscale: #636363. Windows color (decimal): -5819219 or 11351207. OLE color: 11351207.

HSL color Cylindrical-coordinate representation of color #A734AD: hue angle of 297.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A734AD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 52 173 -
CMYK 0.03 0.70 0 0.32
HSL 297.02º 0.54% 0.44% -
HSV(B) 297.02º 0.7% 0.68% -
XYZ 24.71 13.69 40.88 -
YUV 100.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 167 52 173 0.03 0.70 0 0.32 297.02 0.54 0.44
Hex A7 34 AD 3 46 0 20 129 36 2C
Octal 247 64 255 3 106 0 40 451 66 54
Binary 10100111 110100 10101101 11 1000110 0 100000 100101001 110110 101100

Color Harmonies of #A734AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A734AD

Black with #A734AD

Text Example


Text Example

White with #A734AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A734AD; }

 p { color: rgb(167,52,173); }

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

background-color css

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

 a { background-color: rgb(167,52,173); }

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

border-color css

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

 span { border-color: rgb(167,52,173); }

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