#AF67B4

Color #AF67B4 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AF67B4

Tints of Violet Blue #AF67B4

Color information

#AF67B4 (or 0xAF67B4) is unknown color: approx Violet Blue. HEX triplet: AF, 67 and B4. RGB value is (175,103,180). Sum of RGB (Red+Green+Blue) = 175+103+180=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF67B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67B4 is #50984B. Grayscale: #858585. Windows color (decimal): -5281868 or 11823023. OLE color: 11823023.

HSL color Cylindrical-coordinate representation of color #AF67B4: hue angle of 296.1º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF67B4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175103180-
CMYK0.030.4300.29
HSL296.1º33.92%55.49%-
HSV(B)296.1º42.78%70.59%-
XYZ30.7722.1145.83-
YUV133.31154.35157.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 180 (70.70% from 255) = 39.30%
R=38.21%
G=22.49%
B=39.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751031800.030.4300.29296.133.9255.49
HexAF67B432B01D1282237
Octal2571472643530354504267
Binary1010111111001111011010011101011011101100101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF67B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF67B4; }

 p { color: rgb(175,103,180); }

 H1.HeaderClassName
 {
   color: #AF67B4;
 }
 .AnyTagClassName
 {
   color: #AF67B4;
 }
</style>
background-color css

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

 a { background-color: rgb(175,103,180); }

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

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

 span { border-color: rgb(175,103,180); }

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