Html Css Color HEX #A64898 Violet Blue

📋 copy color: '#A64898'

red 166 ◦ green 72 ◦ blue 152

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

Shades of Violet Blue #A64898

Tints of Violet Blue #A64898

RGB

 RED value IS 166 (65.23% from 255) = 42.56%

 GREEN value IS 72 (28.52% from 255) = 18.46%

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

R = 42.56%
G = 18.46%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A64898 (or 0xA64898) is known color: Violet Blue. HEX triplet: A6, 48 and 98. RGB value is (166,72,152). Sum of RGB (Red+Green+Blue) = 166+72+152=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A64898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64898 is #59B767. Grayscale: #6D6D6D. Windows color (decimal): -5879656 or 9980070. OLE color: 9980070.

HSL color Cylindrical-coordinate representation of color #A64898: hue angle of 308.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64898 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 152 -
CMYK 0 0.57 0.08 0.35
HSL 308.94º 0.39% 0.47% -
HSV(B) 308.94º 0.57% 0.65% -
XYZ 23.71 15.01 31.35 -
YUV 109.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 166 72 152 0 0.57 0.08 0.35 308.94 0.39 0.47
Hex A6 48 98 0 39 8 23 135 27 2F
Octal 246 110 230 0 71 10 43 465 47 57
Binary 10100110 1001000 10011000 0 111001 1000 100011 100110101 100111 101111

Color Harmonies of #A64898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64898

Black with #A64898

Text Example


Text Example

White with #A64898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64898; }

 p { color: rgb(166,72,152); }

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

background-color css

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

 a { background-color: rgb(166,72,152); }

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

border-color css

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

 span { border-color: rgb(166,72,152); }

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