Html Css Color HEX #A25098 Violet Blue

📋 copy color: '#A25098'

red 162 ◦ green 80 ◦ blue 152

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

Shades of Violet Blue #A25098

Tints of Violet Blue #A25098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 41.12%
G = 20.3%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A25098 (or 0xA25098) is known color: Violet Blue. HEX triplet: A2, 50 and 98. RGB value is (162,80,152). Sum of RGB (Red+Green+Blue) = 162+80+152=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A25098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25098 is #5DAF67. Grayscale: #707070. Windows color (decimal): -6139752 or 9982114. OLE color: 9982114.

HSL color Cylindrical-coordinate representation of color #A25098: hue angle of 307.32º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25098 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 152 -
CMYK 0 0.51 0.06 0.36
HSL 307.32º 0.34% 0.47% -
HSV(B) 307.32º 0.51% 0.64% -
XYZ 23.44 15.69 31.5 -
YUV 112.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 162 80 152 0 0.51 0.06 0.36 307.32 0.34 0.47
Hex A2 50 98 0 33 6 24 133 22 2F
Octal 242 120 230 0 63 6 44 463 42 57
Binary 10100010 1010000 10011000 0 110011 110 100100 100110011 100010 101111

Color Harmonies of #A25098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25098

Black with #A25098

Text Example


Text Example

White with #A25098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25098; }

 p { color: rgb(162,80,152); }

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

background-color css

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

 a { background-color: rgb(162,80,152); }

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

border-color css

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

 span { border-color: rgb(162,80,152); }

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