Html Css Color HEX #A25CAA Violet Blue

📋 copy color: '#A25CAA'

red 162 ◦ green 92 ◦ blue 170

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

Shades of Violet Blue #A25CAA

Tints of Violet Blue #A25CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 38.21%
G = 21.7%
B = 40.09%

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

#A25CAA (or 0xA25CAA) is known color: Violet Blue. HEX triplet: A2, 5C and AA. RGB value is (162,92,170). Sum of RGB (Red+Green+Blue) = 162+92+170=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CAA is #5DA355. Grayscale: #797979. Windows color (decimal): -6136662 or 11164834. OLE color: 11164834.

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

Color convert

RGB 162 92 170 -
CMYK 0.05 0.46 0 0.33
HSL 293.85º 0.31% 0.51% -
HSV(B) 293.85º 0.46% 0.67% -
XYZ 25.98 18.24 40.18 -
YUV 121.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 162 92 170 0.05 0.46 0 0.33 293.85 0.31 0.51
Hex A2 5C AA 5 2E 0 21 126 1F 33
Octal 242 134 252 5 56 0 41 446 37 63
Binary 10100010 1011100 10101010 101 101110 0 100001 100100110 11111 110011

Color Harmonies of #A25CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CAA

Black with #A25CAA

Text Example


Text Example

White with #A25CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CAA; }

 p { color: rgb(162,92,170); }

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

background-color css

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

 a { background-color: rgb(162,92,170); }

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

border-color css

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

 span { border-color: rgb(162,92,170); }

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