Html Css Color HEX #A25CA6 Violet Blue

📋 copy color: '#A25CA6'

red 162 ◦ green 92 ◦ blue 166

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

Shades of Violet Blue #A25CA6

Tints of Violet Blue #A25CA6

RGB

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

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

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

R = 38.57%
G = 21.9%
B = 39.52%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A25CA6 (or 0xA25CA6) is known color: Violet Blue. HEX triplet: A2, 5C and A6. RGB value is (162,92,166). Sum of RGB (Red+Green+Blue) = 162+92+166=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 166 - color contains mainly: blue. Hex color #A25CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CA6 is #5DA359. Grayscale: #797979. Windows color (decimal): -6136666 or 10902690. OLE color: 10902690.

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

Color convert

RGB 162 92 166 -
CMYK 0.02 0.45 0 0.35
HSL 296.76º 0.29% 0.51% -
HSV(B) 296.76º 0.45% 0.65% -
XYZ 25.61 18.09 38.22 -
YUV 121.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 162 92 166 0.02 0.45 0 0.35 296.76 0.29 0.51
Hex A2 5C A6 2 2D 0 23 129 1D 33
Octal 242 134 246 2 55 0 43 451 35 63
Binary 10100010 1011100 10100110 10 101101 0 100011 100101001 11101 110011

Color Harmonies of #A25CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CA6

Black with #A25CA6

Text Example


Text Example

White with #A25CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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