Html Css Color HEX #A72BA7 Dark Orchid

📋 copy color: '#A72BA7'

red 167 ◦ green 43 ◦ blue 167

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

Shades of Dark Orchid #A72BA7

Tints of Dark Orchid #A72BA7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 44.3%
G = 11.41%
B = 44.3%

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

#A72BA7 (or 0xA72BA7) is known color: Dark Orchid. HEX triplet: A7, 2B and A7. RGB value is (167,43,167). Sum of RGB (Red+Green+Blue) = 167+43+167=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A72BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BA7 is #58D458. Grayscale: #5D5D5D. Windows color (decimal): -5821529 or 10955687. OLE color: 10955687.

HSL color Cylindrical-coordinate representation of color #A72BA7: hue angle of 300º degrees, saturation: 0.59, 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 #A72BA7 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 43 167 -
CMYK 0 0.74 0 0.35
HSL 300º 0.59% 0.41% -
HSV(B) 300º 0.74% 0.65% -
XYZ 23.78 12.73 37.76 -
YUV 94.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 167 43 167 0 0.74 0 0.35 300 0.59 0.41
Hex A7 2B A7 0 4A 0 23 12C 3B 29
Octal 247 53 247 0 112 0 43 454 73 51
Binary 10100111 101011 10100111 0 1001010 0 100011 100101100 111011 101001

Color Harmonies of #A72BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BA7

Black with #A72BA7

Text Example


Text Example

White with #A72BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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