Html Css Color HEX #A65FAF Violet Blue

📋 copy color: '#A65FAF'

red 166 ◦ green 95 ◦ blue 175

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

Shades of Violet Blue #A65FAF

Tints of Violet Blue #A65FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 38.07%
G = 21.79%
B = 40.14%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A65FAF (or 0xA65FAF) is known color: Violet Blue. HEX triplet: A6, 5F and AF. RGB value is (166,95,175). Sum of RGB (Red+Green+Blue) = 166+95+175=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #A65FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FAF is #59A050. Grayscale: #7D7D7D. Windows color (decimal): -5873745 or 11493286. OLE color: 11493286.

HSL color Cylindrical-coordinate representation of color #A65FAF: hue angle of 293.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A65FAF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 95 175 -
CMYK 0.05 0.46 0 0.31
HSL 293.25º 0.33% 0.53% -
HSV(B) 293.25º 0.46% 0.69% -
XYZ 27.56 19.39 42.85 -
YUV 125.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 166 95 175 0.05 0.46 0 0.31 293.25 0.33 0.53
Hex A6 5F AF 5 2E 0 1F 125 21 35
Octal 246 137 257 5 56 0 37 445 41 65
Binary 10100110 1011111 10101111 101 101110 0 11111 100100101 100001 110101

Color Harmonies of #A65FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FAF

Black with #A65FAF

Text Example


Text Example

White with #A65FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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