Html Css Color HEX #AF65AC Violet Blue

📋 copy color: '#AF65AC'

red 175 ◦ green 101 ◦ blue 172

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

Shades of Violet Blue #AF65AC

Tints of Violet Blue #AF65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 39.06%
G = 22.54%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF65AC (or 0xAF65AC) is known color: Violet Blue. HEX triplet: AF, 65 and AC. RGB value is (175,101,172). Sum of RGB (Red+Green+Blue) = 175+101+172=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65AC is #509A53. Grayscale: #838383. Windows color (decimal): -5282388 or 11298223. OLE color: 11298223.

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

Color convert

RGB 175 101 172 -
CMYK 0 0.42 0.02 0.31
HSL 302.43º 0.32% 0.54% -
HSV(B) 302.43º 0.42% 0.69% -
XYZ 29.78 21.4 41.59 -
YUV 131.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 175 101 172 0 0.42 0.02 0.31 302.43 0.32 0.54
Hex AF 65 AC 0 2A 2 1F 12E 20 36
Octal 257 145 254 0 52 2 37 456 40 66
Binary 10101111 1100101 10101100 0 101010 10 11111 100101110 100000 110110

Color Harmonies of #AF65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65AC

Black with #AF65AC

Text Example


Text Example

White with #AF65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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