Html Css Color HEX #AF589E Violet Blue

📋 copy color: '#AF589E'

red 175 ◦ green 88 ◦ blue 158

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

Shades of Violet Blue #AF589E

Tints of Violet Blue #AF589E

RGB

 RED value IS 175 (68.75% from 255) = 41.57%

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 41.57%
G = 20.9%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF589E (or 0xAF589E) is known color: Violet Blue. HEX triplet: AF, 58 and 9E. RGB value is (175,88,158). Sum of RGB (Red+Green+Blue) = 175+88+158=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF589E is #50A761. Grayscale: #797979. Windows color (decimal): -5285730 or 10377391. OLE color: 10377391.

HSL color Cylindrical-coordinate representation of color #AF589E: hue angle of 311.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF589E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 158 -
CMYK 0 0.50 0.10 0.31
HSL 311.72º 0.35% 0.52% -
HSV(B) 311.72º 0.5% 0.69% -
XYZ 27.34 18.56 34.49 -
YUV 121.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 175 88 158 0 0.50 0.10 0.31 311.72 0.35 0.52
Hex AF 58 9E 0 32 A 1F 138 23 34
Octal 257 130 236 0 62 12 37 470 43 64
Binary 10101111 1011000 10011110 0 110010 1010 11111 100111000 100011 110100

Color Harmonies of #AF589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF589E

Black with #AF589E

Text Example


Text Example

White with #AF589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF589E; }

 p { color: rgb(175,88,158); }

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

background-color css

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

 a { background-color: rgb(175,88,158); }

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

border-color css

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

 span { border-color: rgb(175,88,158); }

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