Html Css Color HEX #A72BBF Dark Orchid

📋 copy color: '#A72BBF'

red 167 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #A72BBF

Tints of Dark Orchid #A72BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.72%

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

R = 41.65%
G = 10.72%
B = 47.63%

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

#A72BBF (or 0xA72BBF) is known color: Dark Orchid. HEX triplet: A7, 2B and BF. RGB value is (167,43,191). Sum of RGB (Red+Green+Blue) = 167+43+191=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #A72BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BBF is #58D440. Grayscale: #606060. Windows color (decimal): -5821505 or 12528551. OLE color: 12528551.

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

Color convert

RGB 167 43 191 -
CMYK 0.13 0.77 0 0.25
HSL 290.27º 0.63% 0.46% -
HSV(B) 290.27º 0.77% 0.75% -
XYZ 26.2 13.7 50.55 -
YUV 96.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 167 43 191 0.13 0.77 0 0.25 290.27 0.63 0.46
Hex A7 2B BF D 4D 0 19 122 3F 2E
Octal 247 53 277 15 115 0 31 442 77 56
Binary 10100111 101011 10111111 1101 1001101 0 11001 100100010 111111 101110

Color Harmonies of #A72BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BBF

Black with #A72BBF

Text Example


Text Example

White with #A72BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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