Html Css Color HEX #A36498 Violet Blue

📋 copy color: '#A36498'

red 163 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #A36498

Tints of Violet Blue #A36498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

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

R = 39.28%
G = 24.1%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A36498 (or 0xA36498) is known color: Violet Blue. HEX triplet: A3, 64 and 98. RGB value is (163,100,152). Sum of RGB (Red+Green+Blue) = 163+100+152=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A36498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36498 is #5C9B67. Grayscale: #7C7C7C. Windows color (decimal): -6069096 or 9987235. OLE color: 9987235.

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

Color convert

RGB 163 100 152 -
CMYK 0 0.39 0.07 0.36
HSL 310.48º 0.26% 0.52% -
HSV(B) 310.48º 0.39% 0.64% -
XYZ 25.33 19.17 32.07 -
YUV 124.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 163 100 152 0 0.39 0.07 0.36 310.48 0.26 0.52
Hex A3 64 98 0 27 7 24 136 1A 34
Octal 243 144 230 0 47 7 44 466 32 64
Binary 10100011 1100100 10011000 0 100111 111 100100 100110110 11010 110100

Color Harmonies of #A36498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36498

Black with #A36498

Text Example


Text Example

White with #A36498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36498; }

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

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

background-color css

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

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

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

border-color css

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

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

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