Html Css Color HEX #A65FAB Violet Blue

📋 copy color: '#A65FAB'

red 166 ◦ green 95 ◦ blue 171

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

Shades of Violet Blue #A65FAB

Tints of Violet Blue #A65FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 38.43%
G = 21.99%
B = 39.58%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A65FAB (or 0xA65FAB) is known color: Violet Blue. HEX triplet: A6, 5F and AB. RGB value is (166,95,171). Sum of RGB (Red+Green+Blue) = 166+95+171=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A65FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65FAB is #59A054. Grayscale: #7C7C7C. Windows color (decimal): -5873749 or 11231142. OLE color: 11231142.

HSL color Cylindrical-coordinate representation of color #A65FAB: hue angle of 296.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65FAB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 95 171 -
CMYK 0.03 0.44 0 0.33
HSL 296.05º 0.31% 0.52% -
HSV(B) 296.05º 0.44% 0.67% -
XYZ 27.17 19.23 40.81 -
YUV 124.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 166 95 171 0.03 0.44 0 0.33 296.05 0.31 0.52
Hex A6 5F AB 3 2C 0 21 128 1F 34
Octal 246 137 253 3 54 0 41 450 37 64
Binary 10100110 1011111 10101011 11 101100 0 100001 100101000 11111 110100

Color Harmonies of #A65FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FAB

Black with #A65FAB

Text Example


Text Example

White with #A65FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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