Html Css Color HEX #AF75AF Violet Blue

📋 copy color: '#AF75AF'

red 175 ◦ green 117 ◦ blue 175

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

Shades of Violet Blue #AF75AF

Tints of Violet Blue #AF75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 37.47%
G = 25.05%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF75AF (or 0xAF75AF) is known color: Violet Blue. HEX triplet: AF, 75 and AF. RGB value is (175,117,175). Sum of RGB (Red+Green+Blue) = 175+117+175=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75AF is #508A50. Grayscale: #8C8C8C. Windows color (decimal): -5278289 or 11498927. OLE color: 11498927.

HSL color Cylindrical-coordinate representation of color #AF75AF: hue angle of 300º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF75AF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 175 -
CMYK 0 0.33 0 0.31
HSL 300º 0.27% 0.57% -
HSV(B) 300º 0.33% 0.69% -
XYZ 31.78 24.93 43.69 -
YUV 140.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 175 117 175 0 0.33 0 0.31 300 0.27 0.57
Hex AF 75 AF 0 21 0 1F 12C 1B 39
Octal 257 165 257 0 41 0 37 454 33 71
Binary 10101111 1110101 10101111 0 100001 0 11111 100101100 11011 111001

Color Harmonies of #AF75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75AF

Black with #AF75AF

Text Example


Text Example

White with #AF75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75AF; }

 p { color: rgb(175,117,175); }

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

background-color css

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

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

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

border-color css

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

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

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