Html Css Color HEX #A72CBE Dark Orchid

📋 copy color: '#A72CBE'

red 167 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A72CBE

Tints of Dark Orchid #A72CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 41.65%
G = 10.97%
B = 47.38%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A72CBE (or 0xA72CBE) is known color: Dark Orchid. HEX triplet: A7, 2C and BE. RGB value is (167,44,190). Sum of RGB (Red+Green+Blue) = 167+44+190=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #A72CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CBE is #58D341. Grayscale: #606060. Windows color (decimal): -5821250 or 12463271. OLE color: 12463271.

HSL color Cylindrical-coordinate representation of color #A72CBE: hue angle of 290.55º degrees, saturation: 0.62, 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 #A72CBE is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 44 190 -
CMYK 0.12 0.77 0 0.25
HSL 290.55º 0.62% 0.46% -
HSV(B) 290.55º 0.77% 0.75% -
XYZ 26.13 13.73 49.99 -
YUV 97.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 167 44 190 0.12 0.77 0 0.25 290.55 0.62 0.46
Hex A7 2C BE C 4D 0 19 123 3E 2E
Octal 247 54 276 14 115 0 31 443 76 56
Binary 10100111 101100 10111110 1100 1001101 0 11001 100100011 111110 101110

Color Harmonies of #A72CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72CBE

Black with #A72CBE

Text Example


Text Example

White with #A72CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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