Html Css Color HEX #A721A7 Dark Orchid

📋 copy color: '#A721A7'

red 167 ◦ green 33 ◦ blue 167

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

Shades of Dark Orchid #A721A7

Tints of Dark Orchid #A721A7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 167 (65.63% from 255) = 45.5%

R = 45.5%
G = 8.99%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A721A7 (or 0xA721A7) is known color: Dark Orchid. HEX triplet: A7, 21 and A7. RGB value is (167,33,167). Sum of RGB (Red+Green+Blue) = 167+33+167=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A721A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A721A7 is #58DE58. Grayscale: #575757. Windows color (decimal): -5824089 or 10953127. OLE color: 10953127.

HSL color Cylindrical-coordinate representation of color #A721A7: hue angle of 300º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A721A7 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 167 -
CMYK 0 0.80 0 0.35
HSL 300º 0.67% 0.39% -
HSV(B) 300º 0.8% 0.65% -
XYZ 23.46 12.09 37.66 -
YUV 88.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 167 33 167 0 0.80 0 0.35 300 0.67 0.39
Hex A7 21 A7 0 50 0 23 12C 43 27
Octal 247 41 247 0 120 0 43 454 103 47
Binary 10100111 100001 10100111 0 1010000 0 100011 100101100 1000011 100111

Color Harmonies of #A721A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A721A7

Black with #A721A7

Text Example


Text Example

White with #A721A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A721A7; }

 p { color: rgb(167,33,167); }

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

background-color css

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

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

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

border-color css

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

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

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