Html Css Color HEX #A25BAB Violet Blue

📋 copy color: '#A25BAB'

red 162 ◦ green 91 ◦ blue 171

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

Shades of Violet Blue #A25BAB

Tints of Violet Blue #A25BAB

RGB

 RED value IS 162 (63.67% from 255) = 38.21%

 GREEN value IS 91 (35.94% from 255) = 21.46%

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

R = 38.21%
G = 21.46%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A25BAB (or 0xA25BAB) is known color: Violet Blue. HEX triplet: A2, 5B and AB. RGB value is (162,91,171). Sum of RGB (Red+Green+Blue) = 162+91+171=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25BAB is #5DA454. Grayscale: #797979. Windows color (decimal): -6136917 or 11230114. OLE color: 11230114.

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

Color convert

RGB 162 91 171 -
CMYK 0.05 0.47 0 0.33
HSL 293.25º 0.32% 0.51% -
HSV(B) 293.25º 0.47% 0.67% -
XYZ 25.99 18.1 40.65 -
YUV 121.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 162 91 171 0.05 0.47 0 0.33 293.25 0.32 0.51
Hex A2 5B AB 5 2F 0 21 125 20 33
Octal 242 133 253 5 57 0 41 445 40 63
Binary 10100010 1011011 10101011 101 101111 0 100001 100100101 100000 110011

Color Harmonies of #A25BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BAB

Black with #A25BAB

Text Example


Text Example

White with #A25BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BAB; }

 p { color: rgb(162,91,171); }

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

background-color css

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

 a { background-color: rgb(162,91,171); }

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

border-color css

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

 span { border-color: rgb(162,91,171); }

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