Html Css Color HEX #A65898 Violet Blue

📋 copy color: '#A65898'

red 166 ◦ green 88 ◦ blue 152

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

Shades of Violet Blue #A65898

Tints of Violet Blue #A65898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 40.89%
G = 21.67%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65898 (or 0xA65898) is known color: Violet Blue. HEX triplet: A6, 58 and 98. RGB value is (166,88,152). Sum of RGB (Red+Green+Blue) = 166+88+152=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A65898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65898 is #59A767. Grayscale: #767676. Windows color (decimal): -5875560 or 9984166. OLE color: 9984166.

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

Color convert

RGB 166 88 152 -
CMYK 0 0.47 0.08 0.35
HSL 310.77º 0.31% 0.5% -
HSV(B) 310.77º 0.47% 0.65% -
XYZ 24.88 17.35 31.74 -
YUV 118.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 166 88 152 0 0.47 0.08 0.35 310.77 0.31 0.5
Hex A6 58 98 0 2F 8 23 137 1F 32
Octal 246 130 230 0 57 10 43 467 37 62
Binary 10100110 1011000 10011000 0 101111 1000 100011 100110111 11111 110010

Color Harmonies of #A65898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65898

Black with #A65898

Text Example


Text Example

White with #A65898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65898; }

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

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

background-color css

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

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

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

border-color css

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

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

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