Html Css Color HEX #A05FAB Violet Blue

📋 copy color: '#A05FAB'

red 160 ◦ green 95 ◦ blue 171

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

Shades of Violet Blue #A05FAB

Tints of Violet Blue #A05FAB

RGB

 RED value IS 160 (62.89% from 255) = 37.56%

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

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

R = 37.56%
G = 22.3%
B = 40.14%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A05FAB (or 0xA05FAB) is known color: Violet Blue. HEX triplet: A0, 5F and AB. RGB value is (160,95,171). Sum of RGB (Red+Green+Blue) = 160+95+171=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A05FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05FAB is #5FA054. Grayscale: #7A7A7A. Windows color (decimal): -6266965 or 11231136. OLE color: 11231136.

HSL color Cylindrical-coordinate representation of color #A05FAB: hue angle of 291.32º 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 #A05FAB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 95 171 -
CMYK 0.06 0.44 0 0.33
HSL 291.32º 0.31% 0.52% -
HSV(B) 291.32º 0.44% 0.67% -
XYZ 25.94 18.6 40.75 -
YUV 123.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 160 95 171 0.06 0.44 0 0.33 291.32 0.31 0.52
Hex A0 5F AB 6 2C 0 21 123 1F 34
Octal 240 137 253 6 54 0 41 443 37 64
Binary 10100000 1011111 10101011 110 101100 0 100001 100100011 11111 110100

Color Harmonies of #A05FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FAB

Black with #A05FAB

Text Example


Text Example

White with #A05FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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