Html Css Color HEX #A72BA5 Vivid Violet

📋 copy color: '#A72BA5'

red 167 ◦ green 43 ◦ blue 165

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

Shades of Vivid Violet #A72BA5

Tints of Vivid Violet #A72BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 44.53%
G = 11.47%
B = 44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A72BA5 (or 0xA72BA5) is known color: Vivid Violet. HEX triplet: A7, 2B and A5. RGB value is (167,43,165). Sum of RGB (Red+Green+Blue) = 167+43+165=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A72BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72BA5 is #58D45A. Grayscale: #5D5D5D. Windows color (decimal): -5821531 or 10824615. OLE color: 10824615.

HSL color Cylindrical-coordinate representation of color #A72BA5: hue angle of 300.97º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72BA5 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 43 165 -
CMYK 0 0.74 0.01 0.35
HSL 300.97º 0.59% 0.41% -
HSV(B) 300.97º 0.74% 0.65% -
XYZ 23.59 12.66 36.8 -
YUV 93.98 168.08 180.08 -
System Red Green Blue C M Y K H S L
Decimal 167 43 165 0 0.74 0.01 0.35 300.97 0.59 0.41
Hex A7 2B A5 0 4A 1 23 12D 3B 29
Octal 247 53 245 0 112 1 43 455 73 51
Binary 10100111 101011 10100101 0 1001010 1 100011 100101101 111011 101001

Color Harmonies of #A72BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72BA5

Black with #A72BA5

Text Example


Text Example

White with #A72BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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