Html Css Color HEX #A65F98 Violet Blue

📋 copy color: '#A65F98'

red 166 ◦ green 95 ◦ blue 152

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

Shades of Violet Blue #A65F98

Tints of Violet Blue #A65F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

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

R = 40.19%
G = 23%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65F98 (or 0xA65F98) is known color: Violet Blue. HEX triplet: A6, 5F and 98. RGB value is (166,95,152). Sum of RGB (Red+Green+Blue) = 166+95+152=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F98 is #59A067. Grayscale: #7A7A7A. Windows color (decimal): -5873768 or 9985958. OLE color: 9985958.

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

Color convert

RGB 166 95 152 -
CMYK 0 0.43 0.08 0.35
HSL 311.83º 0.29% 0.51% -
HSV(B) 311.83º 0.43% 0.65% -
XYZ 25.49 18.56 31.94 -
YUV 122.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 166 95 152 0 0.43 0.08 0.35 311.83 0.29 0.51
Hex A6 5F 98 0 2B 8 23 138 1D 33
Octal 246 137 230 0 53 10 43 470 35 63
Binary 10100110 1011111 10011000 0 101011 1000 100011 100111000 11101 110011

Color Harmonies of #A65F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F98

Black with #A65F98

Text Example


Text Example

White with #A65F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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