Html Css Color HEX #A23998 Violet Blue

📋 copy color: '#A23998'

red 162 ◦ green 57 ◦ blue 152

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

Shades of Violet Blue #A23998

Tints of Violet Blue #A23998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.36%

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

R = 43.67%
G = 15.36%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A23998 (or 0xA23998) is known color: Violet Blue. HEX triplet: A2, 39 and 98. RGB value is (162,57,152). Sum of RGB (Red+Green+Blue) = 162+57+152=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A23998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23998 is #5DC667. Grayscale: #626262. Windows color (decimal): -6145640 or 9976226. OLE color: 9976226.

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

Color convert

RGB 162 57 152 -
CMYK 0 0.65 0.06 0.36
HSL 305.71º 0.48% 0.43% -
HSV(B) 305.71º 0.65% 0.64% -
XYZ 22.03 12.87 31.03 -
YUV 99.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 162 57 152 0 0.65 0.06 0.36 305.71 0.48 0.43
Hex A2 39 98 0 41 6 24 132 30 2B
Octal 242 71 230 0 101 6 44 462 60 53
Binary 10100010 111001 10011000 0 1000001 110 100100 100110010 110000 101011

Color Harmonies of #A23998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23998

Black with #A23998

Text Example


Text Example

White with #A23998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23998; }

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

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

background-color css

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

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

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

border-color css

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

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

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