Html Css Color HEX #A65094 Violet Blue

📋 copy color: '#A65094'

red 166 ◦ green 80 ◦ blue 148

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

Shades of Violet Blue #A65094

Tints of Violet Blue #A65094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 148 (58.2% from 255) = 37.56%

R = 42.13%
G = 20.3%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A65094 (or 0xA65094) is known color: Violet Blue. HEX triplet: A6, 50 and 94. RGB value is (166,80,148). Sum of RGB (Red+Green+Blue) = 166+80+148=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A65094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65094 is #59AF6B. Grayscale: #717171. Windows color (decimal): -5877612 or 9719974. OLE color: 9719974.

HSL color Cylindrical-coordinate representation of color #A65094: hue angle of 312.56º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65094 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 148 -
CMYK 0 0.52 0.11 0.35
HSL 312.56º 0.35% 0.48% -
HSV(B) 312.56º 0.52% 0.65% -
XYZ 23.94 15.98 29.84 -
YUV 113.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 166 80 148 0 0.52 0.11 0.35 312.56 0.35 0.48
Hex A6 50 94 0 34 B 23 139 23 30
Octal 246 120 224 0 64 13 43 471 43 60
Binary 10100110 1010000 10010100 0 110100 1011 100011 100111001 100011 110000

Color Harmonies of #A65094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65094

Black with #A65094

Text Example


Text Example

White with #A65094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65094; }

 p { color: rgb(166,80,148); }

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

background-color css

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

 a { background-color: rgb(166,80,148); }

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

border-color css

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

 span { border-color: rgb(166,80,148); }

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