Html Css Color HEX #AF68AD Violet Blue

📋 copy color: '#AF68AD'

red 175 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #AF68AD

Tints of Violet Blue #AF68AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 38.72%
G = 23.01%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF68AD (or 0xAF68AD) is known color: Violet Blue. HEX triplet: AF, 68 and AD. RGB value is (175,104,173). Sum of RGB (Red+Green+Blue) = 175+104+173=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF68AD is #509752. Grayscale: #848484. Windows color (decimal): -5281619 or 11364527. OLE color: 11364527.

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

Color convert

RGB 175 104 173 -
CMYK 0 0.41 0.01 0.31
HSL 301.69º 0.31% 0.55% -
HSV(B) 301.69º 0.41% 0.69% -
XYZ 30.17 22.03 42.2 -
YUV 133.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 175 104 173 0 0.41 0.01 0.31 301.69 0.31 0.55
Hex AF 68 AD 0 29 1 1F 12E 1F 37
Octal 257 150 255 0 51 1 37 456 37 67
Binary 10101111 1101000 10101101 0 101001 1 11111 100101110 11111 110111

Color Harmonies of #AF68AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68AD

Black with #AF68AD

Text Example


Text Example

White with #AF68AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68AD; }

 p { color: rgb(175,104,173); }

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

background-color css

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

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

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

border-color css

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

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

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