Html Css Color HEX #AF69AD Violet Blue

📋 copy color: '#AF69AD'

red 175 ◦ green 105 ◦ blue 173

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

Shades of Violet Blue #AF69AD

Tints of Violet Blue #AF69AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

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

R = 38.63%
G = 23.18%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF69AD (or 0xAF69AD) is known color: Violet Blue. HEX triplet: AF, 69 and AD. RGB value is (175,105,173). Sum of RGB (Red+Green+Blue) = 175+105+173=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF69AD is #509652. Grayscale: #858585. Windows color (decimal): -5281363 or 11364783. OLE color: 11364783.

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

Color convert

RGB 175 105 173 -
CMYK 0 0.40 0.01 0.31
HSL 301.71º 0.3% 0.55% -
HSV(B) 301.71º 0.4% 0.69% -
XYZ 30.27 22.23 42.23 -
YUV 133.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 175 105 173 0 0.40 0.01 0.31 301.71 0.3 0.55
Hex AF 69 AD 0 28 1 1F 12E 1E 37
Octal 257 151 255 0 50 1 37 456 36 67
Binary 10101111 1101001 10101101 0 101000 1 11111 100101110 11110 110111

Color Harmonies of #AF69AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69AD

Black with #AF69AD

Text Example


Text Example

White with #AF69AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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