Html Css Color HEX #A72FBA Dark Orchid

📋 copy color: '#A72FBA'

red 167 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #A72FBA

Tints of Dark Orchid #A72FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 41.75%
G = 11.75%
B = 46.5%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A72FBA (or 0xA72FBA) is known color: Dark Orchid. HEX triplet: A7, 2F and BA. RGB value is (167,47,186). Sum of RGB (Red+Green+Blue) = 167+47+186=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A72FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FBA is #58D045. Grayscale: #626262. Windows color (decimal): -5820486 or 12201895. OLE color: 12201895.

HSL color Cylindrical-coordinate representation of color #A72FBA: hue angle of 291.8º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72FBA is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 47 186 -
CMYK 0.10 0.75 0 0.27
HSL 291.8º 0.6% 0.46% -
HSV(B) 291.8º 0.75% 0.73% -
XYZ 25.82 13.79 47.76 -
YUV 98.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 167 47 186 0.10 0.75 0 0.27 291.8 0.6 0.46
Hex A7 2F BA A 4B 0 1B 124 3C 2E
Octal 247 57 272 12 113 0 33 444 74 56
Binary 10100111 101111 10111010 1010 1001011 0 11011 100100100 111100 101110

Color Harmonies of #A72FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FBA

Black with #A72FBA

Text Example


Text Example

White with #A72FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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