Html Css Color HEX #A64698 Violet Blue

📋 copy color: '#A64698'

red 166 ◦ green 70 ◦ blue 152

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

Shades of Violet Blue #A64698

Tints of Violet Blue #A64698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 42.78%
G = 18.04%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A64698 (or 0xA64698) is known color: Violet Blue. HEX triplet: A6, 46 and 98. RGB value is (166,70,152). Sum of RGB (Red+Green+Blue) = 166+70+152=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A64698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64698 is #59B967. Grayscale: #6B6B6B. Windows color (decimal): -5880168 or 9979558. OLE color: 9979558.

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

Color convert

RGB 166 70 152 -
CMYK 0 0.58 0.08 0.35
HSL 308.75º 0.41% 0.46% -
HSV(B) 308.75º 0.58% 0.65% -
XYZ 23.58 14.75 31.31 -
YUV 108.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 166 70 152 0 0.58 0.08 0.35 308.75 0.41 0.46
Hex A6 46 98 0 3A 8 23 135 29 2E
Octal 246 106 230 0 72 10 43 465 51 56
Binary 10100110 1000110 10011000 0 111010 1000 100011 100110101 101001 101110

Color Harmonies of #A64698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64698

Black with #A64698

Text Example


Text Example

White with #A64698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64698; }

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

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

background-color css

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

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

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

border-color css

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

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

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