Html Css Color HEX #AF569D Violet Blue

📋 copy color: '#AF569D'

red 175 ◦ green 86 ◦ blue 157

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

Shades of Violet Blue #AF569D

Tints of Violet Blue #AF569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 41.87%
G = 20.57%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF569D (or 0xAF569D) is known color: Violet Blue. HEX triplet: AF, 56 and 9D. RGB value is (175,86,157). Sum of RGB (Red+Green+Blue) = 175+86+157=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF569D is #50A962. Grayscale: #787878. Windows color (decimal): -5286243 or 10311343. OLE color: 10311343.

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

Color convert

RGB 175 86 157 -
CMYK 0 0.51 0.10 0.31
HSL 312.13º 0.36% 0.51% -
HSV(B) 312.13º 0.51% 0.69% -
XYZ 27.09 18.2 33.98 -
YUV 120.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 175 86 157 0 0.51 0.10 0.31 312.13 0.36 0.51
Hex AF 56 9D 0 33 A 1F 138 24 33
Octal 257 126 235 0 63 12 37 470 44 63
Binary 10101111 1010110 10011101 0 110011 1010 11111 100111000 100100 110011

Color Harmonies of #AF569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF569D

Black with #AF569D

Text Example


Text Example

White with #AF569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF569D; }

 p { color: rgb(175,86,157); }

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

background-color css

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

 a { background-color: rgb(175,86,157); }

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

border-color css

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

 span { border-color: rgb(175,86,157); }

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