Html Css Color HEX #A25FA6 Violet Blue

📋 copy color: '#A25FA6'

red 162 ◦ green 95 ◦ blue 166

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

Shades of Violet Blue #A25FA6

Tints of Violet Blue #A25FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 38.3%
G = 22.46%
B = 39.24%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A25FA6 (or 0xA25FA6) is known color: Violet Blue. HEX triplet: A2, 5F and A6. RGB value is (162,95,166). Sum of RGB (Red+Green+Blue) = 162+95+166=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #A25FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FA6 is #5DA059. Grayscale: #7A7A7A. Windows color (decimal): -6135898 or 10903458. OLE color: 10903458.

HSL color Cylindrical-coordinate representation of color #A25FA6: hue angle of 296.62º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25FA6 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 95 166 -
CMYK 0.02 0.43 0 0.35
HSL 296.62º 0.29% 0.51% -
HSV(B) 296.62º 0.43% 0.65% -
XYZ 25.88 18.62 38.31 -
YUV 123.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 162 95 166 0.02 0.43 0 0.35 296.62 0.29 0.51
Hex A2 5F A6 2 2B 0 23 129 1D 33
Octal 242 137 246 2 53 0 43 451 35 63
Binary 10100010 1011111 10100110 10 101011 0 100011 100101001 11101 110011

Color Harmonies of #A25FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FA6

Black with #A25FA6

Text Example


Text Example

White with #A25FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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