Html Css Color HEX #A72FAC Dark Orchid

📋 copy color: '#A72FAC'

red 167 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #A72FAC

Tints of Dark Orchid #A72FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.18%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 43.26%
G = 12.18%
B = 44.56%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A72FAC (or 0xA72FAC) is known color: Dark Orchid. HEX triplet: A7, 2F and AC. RGB value is (167,47,172). Sum of RGB (Red+Green+Blue) = 167+47+172=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A72FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72FAC is #58D053. Grayscale: #606060. Windows color (decimal): -5820500 or 11284391. OLE color: 11284391.

HSL color Cylindrical-coordinate representation of color #A72FAC: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72FAC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 47 172 -
CMYK 0.03 0.73 0 0.33
HSL 297.6º 0.57% 0.43% -
HSV(B) 297.6º 0.73% 0.67% -
XYZ 24.4 13.23 40.3 -
YUV 97.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 167 47 172 0.03 0.73 0 0.33 297.6 0.57 0.43
Hex A7 2F AC 3 49 0 21 12A 39 2B
Octal 247 57 254 3 111 0 41 452 71 53
Binary 10100111 101111 10101100 11 1001001 0 100001 100101010 111001 101011

Color Harmonies of #A72FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FAC

Black with #A72FAC

Text Example


Text Example

White with #A72FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FAC; }

 p { color: rgb(167,47,172); }

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

background-color css

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

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

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

border-color css

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

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

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