Html Css Color HEX #A65F9F Violet Blue

📋 copy color: '#A65F9F'

red 166 ◦ green 95 ◦ blue 159

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

Shades of Violet Blue #A65F9F

Tints of Violet Blue #A65F9F

RGB

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

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

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

R = 39.52%
G = 22.62%
B = 37.86%

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

#A65F9F (or 0xA65F9F) is known color: Violet Blue. HEX triplet: A6, 5F and 9F. RGB value is (166,95,159). Sum of RGB (Red+Green+Blue) = 166+95+159=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F9F is #59A060. Grayscale: #7B7B7B. Windows color (decimal): -5873761 or 10444710. OLE color: 10444710.

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

Color convert

RGB 166 95 159 -
CMYK 0 0.43 0.04 0.35
HSL 305.92º 0.29% 0.51% -
HSV(B) 305.92º 0.43% 0.65% -
XYZ 26.08 18.79 35.05 -
YUV 123.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 166 95 159 0 0.43 0.04 0.35 305.92 0.29 0.51
Hex A6 5F 9F 0 2B 4 23 132 1D 33
Octal 246 137 237 0 53 4 43 462 35 63
Binary 10100110 1011111 10011111 0 101011 100 100011 100110010 11101 110011

Color Harmonies of #A65F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F9F

Black with #A65F9F

Text Example


Text Example

White with #A65F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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