Html Css Color HEX #AF58AA Violet Blue

📋 copy color: '#AF58AA'

red 175 ◦ green 88 ◦ blue 170

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

Shades of Violet Blue #AF58AA

Tints of Violet Blue #AF58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 40.42%
G = 20.32%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF58AA (or 0xAF58AA) is known color: Violet Blue. HEX triplet: AF, 58 and AA. RGB value is (175,88,170). Sum of RGB (Red+Green+Blue) = 175+88+170=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF58AA is #50A755. Grayscale: #7B7B7B. Windows color (decimal): -5285718 or 11163823. OLE color: 11163823.

HSL color Cylindrical-coordinate representation of color #AF58AA: hue angle of 303.45º 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 #AF58AA is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 170 -
CMYK 0 0.50 0.03 0.31
HSL 303.45º 0.35% 0.52% -
HSV(B) 303.45º 0.5% 0.69% -
XYZ 28.42 19 40.2 -
YUV 123.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 175 88 170 0 0.50 0.03 0.31 303.45 0.35 0.52
Hex AF 58 AA 0 32 3 1F 12F 23 34
Octal 257 130 252 0 62 3 37 457 43 64
Binary 10101111 1011000 10101010 0 110010 11 11111 100101111 100011 110100

Color Harmonies of #AF58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58AA

Black with #AF58AA

Text Example


Text Example

White with #AF58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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