Html Css Color HEX #A72CA7 Dark Orchid

📋 copy color: '#A72CA7'

red 167 ◦ green 44 ◦ blue 167

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

Shades of Dark Orchid #A72CA7

Tints of Dark Orchid #A72CA7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.64%

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

R = 44.18%
G = 11.64%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A72CA7 (or 0xA72CA7) is known color: Dark Orchid. HEX triplet: A7, 2C and A7. RGB value is (167,44,167). Sum of RGB (Red+Green+Blue) = 167+44+167=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A72CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72CA7 is #58D358. Grayscale: #5E5E5E. Windows color (decimal): -5821273 or 10955943. OLE color: 10955943.

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

Color convert

RGB 167 44 167 -
CMYK 0 0.74 0 0.35
HSL 300º 0.58% 0.41% -
HSV(B) 300º 0.74% 0.65% -
XYZ 23.81 12.81 37.78 -
YUV 94.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 167 44 167 0 0.74 0 0.35 300 0.58 0.41
Hex A7 2C A7 0 4A 0 23 12C 3A 29
Octal 247 54 247 0 112 0 43 454 72 51
Binary 10100111 101100 10100111 0 1001010 0 100011 100101100 111010 101001

Color Harmonies of #A72CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CA7

Black with #A72CA7

Text Example


Text Example

White with #A72CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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