Html Css Color HEX #A65DAF Violet Blue

📋 copy color: '#A65DAF'

red 166 ◦ green 93 ◦ blue 175

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

Shades of Violet Blue #A65DAF

Tints of Violet Blue #A65DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 38.25%
G = 21.43%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A65DAF (or 0xA65DAF) is known color: Violet Blue. HEX triplet: A6, 5D and AF. RGB value is (166,93,175). Sum of RGB (Red+Green+Blue) = 166+93+175=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A65DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAF is #59A250. Grayscale: #7B7B7B. Windows color (decimal): -5874257 or 11492774. OLE color: 11492774.

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

Color convert

RGB 166 93 175 -
CMYK 0.05 0.47 0 0.31
HSL 293.41º 0.34% 0.53% -
HSV(B) 293.41º 0.47% 0.69% -
XYZ 27.38 19.03 42.79 -
YUV 124.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 166 93 175 0.05 0.47 0 0.31 293.41 0.34 0.53
Hex A6 5D AF 5 2F 0 1F 125 22 35
Octal 246 135 257 5 57 0 37 445 42 65
Binary 10100110 1011101 10101111 101 101111 0 11111 100100101 100010 110101

Color Harmonies of #A65DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DAF

Black with #A65DAF

Text Example


Text Example

White with #A65DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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