Html Css Color HEX #AF6DAC Violet Blue

📋 copy color: '#AF6DAC'

red 175 ◦ green 109 ◦ blue 172

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

Shades of Violet Blue #AF6DAC

Tints of Violet Blue #AF6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

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

R = 38.38%
G = 23.9%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF6DAC (or 0xAF6DAC) is known color: Violet Blue. HEX triplet: AF, 6D and AC. RGB value is (175,109,172). Sum of RGB (Red+Green+Blue) = 175+109+172=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DAC is #509253. Grayscale: #878787. Windows color (decimal): -5280340 or 11300271. OLE color: 11300271.

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

Color convert

RGB 175 109 172 -
CMYK 0 0.38 0.02 0.31
HSL 302.73º 0.29% 0.56% -
HSV(B) 302.73º 0.38% 0.69% -
XYZ 30.59 23.03 41.86 -
YUV 135.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 175 109 172 0 0.38 0.02 0.31 302.73 0.29 0.56
Hex AF 6D AC 0 26 2 1F 12F 1D 38
Octal 257 155 254 0 46 2 37 457 35 70
Binary 10101111 1101101 10101100 0 100110 10 11111 100101111 11101 111000

Color Harmonies of #AF6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DAC

Black with #AF6DAC

Text Example


Text Example

White with #AF6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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