Html Css Color HEX #AF4D9A Violet Blue

📋 copy color: '#AF4D9A'

red 175 ◦ green 77 ◦ blue 154

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

Shades of Violet Blue #AF4D9A

Tints of Violet Blue #AF4D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 43.1%
G = 18.97%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF4D9A (or 0xAF4D9A) is known color: Violet Blue. HEX triplet: AF, 4D and 9A. RGB value is (175,77,154). Sum of RGB (Red+Green+Blue) = 175+77+154=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4D9A is #50B265. Grayscale: #727272. Windows color (decimal): -5288550 or 10112431. OLE color: 10112431.

HSL color Cylindrical-coordinate representation of color #AF4D9A: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF4D9A is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 77 154 -
CMYK 0 0.56 0.12 0.31
HSL 312.86º 0.39% 0.49% -
HSV(B) 312.86º 0.56% 0.69% -
XYZ 26.17 16.75 32.43 -
YUV 115.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 175 77 154 0 0.56 0.12 0.31 312.86 0.39 0.49
Hex AF 4D 9A 0 38 C 1F 139 27 31
Octal 257 115 232 0 70 14 37 471 47 61
Binary 10101111 1001101 10011010 0 111000 1100 11111 100111001 100111 110001

Color Harmonies of #AF4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D9A

Black with #AF4D9A

Text Example


Text Example

White with #AF4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D9A; }

 p { color: rgb(175,77,154); }

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

background-color css

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

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

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

border-color css

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

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

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