Html Css Color HEX #AF57AF Violet Blue

📋 copy color: '#AF57AF'

red 175 ◦ green 87 ◦ blue 175

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

Shades of Violet Blue #AF57AF

Tints of Violet Blue #AF57AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.91%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 40.05%
G = 19.91%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF57AF (or 0xAF57AF) is known color: Violet Blue. HEX triplet: AF, 57 and AF. RGB value is (175,87,175). Sum of RGB (Red+Green+Blue) = 175+87+175=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF57AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF57AF is #50A850. Grayscale: #7B7B7B. Windows color (decimal): -5285969 or 11491247. OLE color: 11491247.

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

Color convert

RGB 175 87 175 -
CMYK 0 0.50 0 0.31
HSL 300º 0.35% 0.51% -
HSV(B) 300º 0.5% 0.69% -
XYZ 28.83 19.03 42.71 -
YUV 123.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 175 87 175 0 0.50 0 0.31 300 0.35 0.51
Hex AF 57 AF 0 32 0 1F 12C 23 33
Octal 257 127 257 0 62 0 37 454 43 63
Binary 10101111 1010111 10101111 0 110010 0 11111 100101100 100011 110011

Color Harmonies of #AF57AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF57AF

Black with #AF57AF

Text Example


Text Example

White with #AF57AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF57AF; }

 p { color: rgb(175,87,175); }

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

background-color css

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

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

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

border-color css

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

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

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