Html Css Color HEX #AC6298 Violet Blue

📋 copy color: '#AC6298'

red 172 ◦ green 98 ◦ blue 152

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

Shades of Violet Blue #AC6298

Tints of Violet Blue #AC6298

RGB

 RED value IS 172 (67.58% from 255) = 40.76%

 GREEN value IS 98 (38.67% from 255) = 23.22%

 BLUE value IS 152 (59.77% from 255) = 36.02%

R = 40.76%
G = 23.22%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC6298 (or 0xAC6298) is known color: Violet Blue. HEX triplet: AC, 62 and 98. RGB value is (172,98,152). Sum of RGB (Red+Green+Blue) = 172+98+152=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6298 is #539D67. Grayscale: #7E7E7E. Windows color (decimal): -5479784 or 9986732. OLE color: 9986732.

HSL color Cylindrical-coordinate representation of color #AC6298: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6298 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 152 -
CMYK 0 0.43 0.12 0.33
HSL 316.22º 0.31% 0.53% -
HSV(B) 316.22º 0.43% 0.67% -
XYZ 27.05 19.77 32.1 -
YUV 126.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 172 98 152 0 0.43 0.12 0.33 316.22 0.31 0.53
Hex AC 62 98 0 2B C 21 13C 1F 35
Octal 254 142 230 0 53 14 41 474 37 65
Binary 10101100 1100010 10011000 0 101011 1100 100001 100111100 11111 110101

Color Harmonies of #AC6298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6298

Black with #AC6298

Text Example


Text Example

White with #AC6298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6298; }

 p { color: rgb(172,98,152); }

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

background-color css

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

 a { background-color: rgb(172,98,152); }

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

border-color css

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

 span { border-color: rgb(172,98,152); }

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