Html Css Color HEX #A752AD Violet Blue

📋 copy color: '#A752AD'

red 167 ◦ green 82 ◦ blue 173

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

Shades of Violet Blue #A752AD

Tints of Violet Blue #A752AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.43%

 BLUE value IS 173 (67.97% from 255) = 41%

R = 39.57%
G = 19.43%
B = 41%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A752AD (or 0xA752AD) is known color: Violet Blue. HEX triplet: A7, 52 and AD. RGB value is (167,82,173). Sum of RGB (Red+Green+Blue) = 167+82+173=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A752AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752AD is #58AD52. Grayscale: #757575. Windows color (decimal): -5811539 or 11358887. OLE color: 11358887.

HSL color Cylindrical-coordinate representation of color #A752AD: hue angle of 296.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A752AD is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 82 173 -
CMYK 0.03 0.53 0 0.32
HSL 296.04º 0.36% 0.5% -
HSV(B) 296.04º 0.53% 0.68% -
XYZ 26.5 17.27 41.47 -
YUV 117.79 159.16 163.1 -
System Red Green Blue C M Y K H S L
Decimal 167 82 173 0.03 0.53 0 0.32 296.04 0.36 0.5
Hex A7 52 AD 3 35 0 20 128 24 32
Octal 247 122 255 3 65 0 40 450 44 62
Binary 10100111 1010010 10101101 11 110101 0 100000 100101000 100100 110010

Color Harmonies of #A752AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752AD

Black with #A752AD

Text Example


Text Example

White with #A752AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752AD; }

 p { color: rgb(167,82,173); }

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

background-color css

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

 a { background-color: rgb(167,82,173); }

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

border-color css

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

 span { border-color: rgb(167,82,173); }

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