Html Css Color HEX #A65398 Violet Blue

📋 copy color: '#A65398'

red 166 ◦ green 83 ◦ blue 152

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

Shades of Violet Blue #A65398

Tints of Violet Blue #A65398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 41.4%
G = 20.7%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A65398 (or 0xA65398) is known color: Violet Blue. HEX triplet: A6, 53 and 98. RGB value is (166,83,152). Sum of RGB (Red+Green+Blue) = 166+83+152=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A65398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65398 is #59AC67. Grayscale: #737373. Windows color (decimal): -5876840 or 9982886. OLE color: 9982886.

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

Color convert

RGB 166 83 152 -
CMYK 0 0.50 0.08 0.35
HSL 310.12º 0.33% 0.49% -
HSV(B) 310.12º 0.5% 0.65% -
XYZ 24.49 16.56 31.61 -
YUV 115.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 166 83 152 0 0.50 0.08 0.35 310.12 0.33 0.49
Hex A6 53 98 0 32 8 23 136 21 31
Octal 246 123 230 0 62 10 43 466 41 61
Binary 10100110 1010011 10011000 0 110010 1000 100011 100110110 100001 110001

Color Harmonies of #A65398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65398

Black with #A65398

Text Example


Text Example

White with #A65398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65398; }

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

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

background-color css

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

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

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

border-color css

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

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

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