Html Css Color HEX #AF73B3 Violet Blue

📋 copy color: '#AF73B3'

red 175 ◦ green 115 ◦ blue 179

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

Shades of Violet Blue #AF73B3

Tints of Violet Blue #AF73B3

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 37.31%
G = 24.52%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF73B3 (or 0xAF73B3) is known color: Violet Blue. HEX triplet: AF, 73 and B3. RGB value is (175,115,179). Sum of RGB (Red+Green+Blue) = 175+115+179=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73B3 is #508C4C. Grayscale: #8C8C8C. Windows color (decimal): -5278797 or 11760559. OLE color: 11760559.

HSL color Cylindrical-coordinate representation of color #AF73B3: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF73B3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 115 179 -
CMYK 0.02 0.36 0 0.30
HSL 296.25º 0.3% 0.58% -
HSV(B) 296.25º 0.36% 0.7% -
XYZ 31.95 24.63 45.72 -
YUV 140.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 175 115 179 0.02 0.36 0 0.30 296.25 0.3 0.58
Hex AF 73 B3 2 24 0 1E 128 1E 3A
Octal 257 163 263 2 44 0 36 450 36 72
Binary 10101111 1110011 10110011 10 100100 0 11110 100101000 11110 111010

Color Harmonies of #AF73B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73B3

Black with #AF73B3

Text Example


Text Example

White with #AF73B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73B3; }

 p { color: rgb(175,115,179); }

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

background-color css

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

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

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

border-color css

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

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

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