Html Css Color HEX #A72CBF Dark Orchid

📋 copy color: '#A72CBF'

red 167 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A72CBF

Tints of Dark Orchid #A72CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 41.54%
G = 10.95%
B = 47.51%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A72CBF (or 0xA72CBF) is known color: Dark Orchid. HEX triplet: A7, 2C and BF. RGB value is (167,44,191). Sum of RGB (Red+Green+Blue) = 167+44+191=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #A72CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CBF is #58D340. Grayscale: #616161. Windows color (decimal): -5821249 or 12528807. OLE color: 12528807.

HSL color Cylindrical-coordinate representation of color #A72CBF: hue angle of 290.2º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72CBF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 44 191 -
CMYK 0.13 0.77 0 0.25
HSL 290.2º 0.63% 0.46% -
HSV(B) 290.2º 0.77% 0.75% -
XYZ 26.24 13.78 50.57 -
YUV 97.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 167 44 191 0.13 0.77 0 0.25 290.2 0.63 0.46
Hex A7 2C BF D 4D 0 19 122 3F 2E
Octal 247 54 277 15 115 0 31 442 77 56
Binary 10100111 101100 10111111 1101 1001101 0 11001 100100010 111111 101110

Color Harmonies of #A72CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CBF

Black with #A72CBF

Text Example


Text Example

White with #A72CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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