Html Css Color HEX #A25AAB Violet Blue

📋 copy color: '#A25AAB'

red 162 ◦ green 90 ◦ blue 171

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

Shades of Violet Blue #A25AAB

Tints of Violet Blue #A25AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

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

R = 38.3%
G = 21.28%
B = 40.43%

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

#A25AAB (or 0xA25AAB) is known color: Violet Blue. HEX triplet: A2, 5A and AB. RGB value is (162,90,171). Sum of RGB (Red+Green+Blue) = 162+90+171=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAB is #5DA554. Grayscale: #787878. Windows color (decimal): -6137173 or 11229858. OLE color: 11229858.

HSL color Cylindrical-coordinate representation of color #A25AAB: hue angle of 293.33º degrees, saturation: 0.33, 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 #A25AAB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 90 171 -
CMYK 0.05 0.47 0 0.33
HSL 293.33º 0.33% 0.51% -
HSV(B) 293.33º 0.47% 0.67% -
XYZ 25.91 17.93 40.62 -
YUV 120.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 162 90 171 0.05 0.47 0 0.33 293.33 0.33 0.51
Hex A2 5A AB 5 2F 0 21 125 21 33
Octal 242 132 253 5 57 0 41 445 41 63
Binary 10100010 1011010 10101011 101 101111 0 100001 100100101 100001 110011

Color Harmonies of #A25AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AAB

Black with #A25AAB

Text Example


Text Example

White with #A25AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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