Html Css Color HEX #A25FAA Violet Blue

📋 copy color: '#A25FAA'

red 162 ◦ green 95 ◦ blue 170

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

Shades of Violet Blue #A25FAA

Tints of Violet Blue #A25FAA

RGB

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

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

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

R = 37.94%
G = 22.25%
B = 39.81%

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

#A25FAA (or 0xA25FAA) is known color: Violet Blue. HEX triplet: A2, 5F and AA. RGB value is (162,95,170). Sum of RGB (Red+Green+Blue) = 162+95+170=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FAA is #5DA055. Grayscale: #7B7B7B. Windows color (decimal): -6135894 or 11165602. OLE color: 11165602.

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

Color convert

RGB 162 95 170 -
CMYK 0.05 0.44 0 0.33
HSL 293.6º 0.31% 0.52% -
HSV(B) 293.6º 0.44% 0.67% -
XYZ 26.25 18.77 40.27 -
YUV 123.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 162 95 170 0.05 0.44 0 0.33 293.6 0.31 0.52
Hex A2 5F AA 5 2C 0 21 126 1F 34
Octal 242 137 252 5 54 0 41 446 37 64
Binary 10100010 1011111 10101010 101 101100 0 100001 100100110 11111 110100

Color Harmonies of #A25FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FAA

Black with #A25FAA

Text Example


Text Example

White with #A25FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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