Html Css Color HEX #A65E9F Violet Blue

📋 copy color: '#A65E9F'

red 166 ◦ green 94 ◦ blue 159

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

Shades of Violet Blue #A65E9F

Tints of Violet Blue #A65E9F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 39.62%
G = 22.43%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A65E9F (or 0xA65E9F) is known color: Violet Blue. HEX triplet: A6, 5E and 9F. RGB value is (166,94,159). Sum of RGB (Red+Green+Blue) = 166+94+159=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E9F is #59A160. Grayscale: #7A7A7A. Windows color (decimal): -5874017 or 10444454. OLE color: 10444454.

HSL color Cylindrical-coordinate representation of color #A65E9F: hue angle of 305.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 #A65E9F is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 159 -
CMYK 0 0.43 0.04 0.35
HSL 305.83º 0.29% 0.51% -
HSV(B) 305.83º 0.43% 0.65% -
XYZ 25.99 18.62 35.02 -
YUV 122.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 166 94 159 0 0.43 0.04 0.35 305.83 0.29 0.51
Hex A6 5E 9F 0 2B 4 23 132 1D 33
Octal 246 136 237 0 53 4 43 462 35 63
Binary 10100110 1011110 10011111 0 101011 100 100011 100110010 11101 110011

Color Harmonies of #A65E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E9F

Black with #A65E9F

Text Example


Text Example

White with #A65E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E9F; }

 p { color: rgb(166,94,159); }

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

background-color css

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

 a { background-color: rgb(166,94,159); }

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

border-color css

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

 span { border-color: rgb(166,94,159); }

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