Html Css Color HEX #A35098 Violet Blue

📋 copy color: '#A35098'

red 163 ◦ green 80 ◦ blue 152

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

Shades of Violet Blue #A35098

Tints of Violet Blue #A35098

RGB

 RED value IS 163 (64.06% from 255) = 41.27%

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

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

R = 41.27%
G = 20.25%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A35098 (or 0xA35098) is known color: Violet Blue. HEX triplet: A3, 50 and 98. RGB value is (163,80,152). Sum of RGB (Red+Green+Blue) = 163+80+152=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35098 is #5CAF67. Grayscale: #707070. Windows color (decimal): -6074216 or 9982115. OLE color: 9982115.

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

Color convert

RGB 163 80 152 -
CMYK 0 0.51 0.07 0.36
HSL 307.95º 0.34% 0.48% -
HSV(B) 307.95º 0.51% 0.64% -
XYZ 23.64 15.79 31.51 -
YUV 113.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 163 80 152 0 0.51 0.07 0.36 307.95 0.34 0.48
Hex A3 50 98 0 33 7 24 134 22 30
Octal 243 120 230 0 63 7 44 464 42 60
Binary 10100011 1010000 10011000 0 110011 111 100100 100110100 100010 110000

Color Harmonies of #A35098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35098

Black with #A35098

Text Example


Text Example

White with #A35098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35098; }

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

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

background-color css

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

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

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

border-color css

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

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

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