Html Css Color HEX #AF65AA Violet Blue

📋 copy color: '#AF65AA'

red 175 ◦ green 101 ◦ blue 170

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

Shades of Violet Blue #AF65AA

Tints of Violet Blue #AF65AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 39.24%
G = 22.65%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF65AA (or 0xAF65AA) is known color: Violet Blue. HEX triplet: AF, 65 and AA. RGB value is (175,101,170). Sum of RGB (Red+Green+Blue) = 175+101+170=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF65AA is #509A55. Grayscale: #828282. Windows color (decimal): -5282390 or 11167151. OLE color: 11167151.

HSL color Cylindrical-coordinate representation of color #AF65AA: hue angle of 304.05º 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 #AF65AA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 170 -
CMYK 0 0.42 0.03 0.31
HSL 304.05º 0.32% 0.54% -
HSV(B) 304.05º 0.42% 0.69% -
XYZ 29.59 21.32 40.59 -
YUV 130.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 175 101 170 0 0.42 0.03 0.31 304.05 0.32 0.54
Hex AF 65 AA 0 2A 3 1F 130 20 36
Octal 257 145 252 0 52 3 37 460 40 66
Binary 10101111 1100101 10101010 0 101010 11 11111 100110000 100000 110110

Color Harmonies of #AF65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65AA

Black with #AF65AA

Text Example


Text Example

White with #AF65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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