Html Css Color HEX #A752A6 Violet Blue

📋 copy color: '#A752A6'

red 167 ◦ green 82 ◦ blue 166

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

Shades of Violet Blue #A752A6

Tints of Violet Blue #A752A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40%

R = 40.24%
G = 19.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A752A6 (or 0xA752A6) is known color: Violet Blue. HEX triplet: A7, 52 and A6. RGB value is (167,82,166). Sum of RGB (Red+Green+Blue) = 167+82+166=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A752A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A752A6 is #58AD59. Grayscale: #747474. Windows color (decimal): -5811546 or 10900135. OLE color: 10900135.

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

Color convert

RGB 167 82 166 -
CMYK 0 0.51 0.01 0.35
HSL 300.71º 0.34% 0.49% -
HSV(B) 300.71º 0.51% 0.65% -
XYZ 25.84 17 38 -
YUV 116.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 167 82 166 0 0.51 0.01 0.35 300.71 0.34 0.49
Hex A7 52 A6 0 33 1 23 12D 22 31
Octal 247 122 246 0 63 1 43 455 42 61
Binary 10100111 1010010 10100110 0 110011 1 100011 100101101 100010 110001

Color Harmonies of #A752A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752A6

Black with #A752A6

Text Example


Text Example

White with #A752A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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