Html Css Color HEX #A72BBE Dark Orchid

📋 copy color: '#A72BBE'

red 167 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #A72BBE

Tints of Dark Orchid #A72BBE

RGB

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

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

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

R = 41.75%
G = 10.75%
B = 47.5%

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

#A72BBE (or 0xA72BBE) is known color: Dark Orchid. HEX triplet: A7, 2B and BE. RGB value is (167,43,190). Sum of RGB (Red+Green+Blue) = 167+43+190=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A72BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BBE is #58D441. Grayscale: #606060. Windows color (decimal): -5821506 or 12463015. OLE color: 12463015.

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

Color convert

RGB 167 43 190 -
CMYK 0.12 0.77 0 0.25
HSL 290.61º 0.63% 0.46% -
HSV(B) 290.61º 0.77% 0.75% -
XYZ 26.09 13.66 49.98 -
YUV 96.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 167 43 190 0.12 0.77 0 0.25 290.61 0.63 0.46
Hex A7 2B BE C 4D 0 19 123 3F 2E
Octal 247 53 276 14 115 0 31 443 77 56
Binary 10100111 101011 10111110 1100 1001101 0 11001 100100011 111111 101110

Color Harmonies of #A72BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BBE

Black with #A72BBE

Text Example


Text Example

White with #A72BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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