Html Css Color HEX #AF5FAC Violet Blue

📋 copy color: '#AF5FAC'

red 175 ◦ green 95 ◦ blue 172

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

Shades of Violet Blue #AF5FAC

Tints of Violet Blue #AF5FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 39.59%
G = 21.49%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF5FAC (or 0xAF5FAC) is known color: Violet Blue. HEX triplet: AF, 5F and AC. RGB value is (175,95,172). Sum of RGB (Red+Green+Blue) = 175+95+172=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5FAC is #50A053. Grayscale: #7F7F7F. Windows color (decimal): -5283924 or 11296687. OLE color: 11296687.

HSL color Cylindrical-coordinate representation of color #AF5FAC: hue angle of 302.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5FAC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 95 172 -
CMYK 0 0.46 0.02 0.31
HSL 302.25º 0.33% 0.53% -
HSV(B) 302.25º 0.46% 0.69% -
XYZ 29.22 20.28 41.4 -
YUV 127.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 175 95 172 0 0.46 0.02 0.31 302.25 0.33 0.53
Hex AF 5F AC 0 2E 2 1F 12E 21 35
Octal 257 137 254 0 56 2 37 456 41 65
Binary 10101111 1011111 10101100 0 101110 10 11111 100101110 100001 110101

Color Harmonies of #AF5FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FAC

Black with #AF5FAC

Text Example


Text Example

White with #AF5FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FAC; }

 p { color: rgb(175,95,172); }

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

background-color css

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

 a { background-color: rgb(175,95,172); }

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

border-color css

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

 span { border-color: rgb(175,95,172); }

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