Html Css Color HEX #A72FBB Dark Orchid

📋 copy color: '#A72FBB'

red 167 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #A72FBB

Tints of Dark Orchid #A72FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 41.65%
G = 11.72%
B = 46.63%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A72FBB (or 0xA72FBB) is known color: Dark Orchid. HEX triplet: A7, 2F and BB. RGB value is (167,47,187). Sum of RGB (Red+Green+Blue) = 167+47+187=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #A72FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72FBB is #58D044. Grayscale: #626262. Windows color (decimal): -5820485 or 12267431. OLE color: 12267431.

HSL color Cylindrical-coordinate representation of color #A72FBB: hue angle of 291.43º 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 #A72FBB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 47 187 -
CMYK 0.11 0.75 0 0.27
HSL 291.43º 0.6% 0.46% -
HSV(B) 291.43º 0.75% 0.73% -
XYZ 25.92 13.84 48.32 -
YUV 98.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 167 47 187 0.11 0.75 0 0.27 291.43 0.6 0.46
Hex A7 2F BB B 4B 0 1B 123 3C 2E
Octal 247 57 273 13 113 0 33 443 74 56
Binary 10100111 101111 10111011 1011 1001011 0 11011 100100011 111100 101110

Color Harmonies of #A72FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FBB

Black with #A72FBB

Text Example


Text Example

White with #A72FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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