Html Css Color HEX #A25FAB Violet Blue

📋 copy color: '#A25FAB'

red 162 ◦ green 95 ◦ blue 171

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

Shades of Violet Blue #A25FAB

Tints of Violet Blue #A25FAB

RGB

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

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

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

R = 37.85%
G = 22.2%
B = 39.95%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A25FAB (or 0xA25FAB) is known color: Violet Blue. HEX triplet: A2, 5F and AB. RGB value is (162,95,171). Sum of RGB (Red+Green+Blue) = 162+95+171=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #A25FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FAB is #5DA054. Grayscale: #7B7B7B. Windows color (decimal): -6135893 or 11231138. OLE color: 11231138.

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

Color convert

RGB 162 95 171 -
CMYK 0.05 0.44 0 0.33
HSL 292.89º 0.31% 0.52% -
HSV(B) 292.89º 0.44% 0.67% -
XYZ 26.34 18.81 40.77 -
YUV 123.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 162 95 171 0.05 0.44 0 0.33 292.89 0.31 0.52
Hex A2 5F AB 5 2C 0 21 125 1F 34
Octal 242 137 253 5 54 0 41 445 37 64
Binary 10100010 1011111 10101011 101 101100 0 100001 100100101 11111 110100

Color Harmonies of #A25FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FAB

Black with #A25FAB

Text Example


Text Example

White with #A25FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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