Html Css Color HEX #A25CA7 Violet Blue

📋 copy color: '#A25CA7'

red 162 ◦ green 92 ◦ blue 167

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

Shades of Violet Blue #A25CA7

Tints of Violet Blue #A25CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 38.48%
G = 21.85%
B = 39.67%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A25CA7 (or 0xA25CA7) is known color: Violet Blue. HEX triplet: A2, 5C and A7. RGB value is (162,92,167). Sum of RGB (Red+Green+Blue) = 162+92+167=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 167 - color contains mainly: blue. Hex color #A25CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25CA7 is #5DA358. Grayscale: #797979. Windows color (decimal): -6136665 or 10968226. OLE color: 10968226.

HSL color Cylindrical-coordinate representation of color #A25CA7: hue angle of 296º degrees, saturation: 0.3, 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 #A25CA7 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 92 167 -
CMYK 0.03 0.45 0 0.35
HSL 296º 0.3% 0.51% -
HSV(B) 296º 0.45% 0.65% -
XYZ 25.7 18.13 38.7 -
YUV 121.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 162 92 167 0.03 0.45 0 0.35 296 0.3 0.51
Hex A2 5C A7 3 2D 0 23 128 1E 33
Octal 242 134 247 3 55 0 43 450 36 63
Binary 10100010 1011100 10100111 11 101101 0 100011 100101000 11110 110011

Color Harmonies of #A25CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CA7

Black with #A25CA7

Text Example


Text Example

White with #A25CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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