Html Css Color HEX #A25DAB Violet Blue

📋 copy color: '#A25DAB'

red 162 ◦ green 93 ◦ blue 171

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

Shades of Violet Blue #A25DAB

Tints of Violet Blue #A25DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 38.03%
G = 21.83%
B = 40.14%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A25DAB (or 0xA25DAB) is known color: Violet Blue. HEX triplet: A2, 5D and AB. RGB value is (162,93,171). Sum of RGB (Red+Green+Blue) = 162+93+171=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 93 (36.72% from 255 or 21.83% 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 #A25DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25DAB is #5DA254. Grayscale: #7A7A7A. Windows color (decimal): -6136405 or 11230626. OLE color: 11230626.

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

Color convert

RGB 162 93 171 -
CMYK 0.05 0.46 0 0.33
HSL 293.08º 0.32% 0.52% -
HSV(B) 293.08º 0.46% 0.67% -
XYZ 26.17 18.45 40.71 -
YUV 122.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 162 93 171 0.05 0.46 0 0.33 293.08 0.32 0.52
Hex A2 5D AB 5 2E 0 21 125 20 34
Octal 242 135 253 5 56 0 41 445 40 64
Binary 10100010 1011101 10101011 101 101110 0 100001 100100101 100000 110100

Color Harmonies of #A25DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DAB

Black with #A25DAB

Text Example


Text Example

White with #A25DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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