Html Css Color HEX #AF4C9C Violet Blue

📋 copy color: '#AF4C9C'

red 175 ◦ green 76 ◦ blue 156

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

Shades of Violet Blue #AF4C9C

Tints of Violet Blue #AF4C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 43%
G = 18.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF4C9C (or 0xAF4C9C) is known color: Violet Blue. HEX triplet: AF, 4C and 9C. RGB value is (175,76,156). Sum of RGB (Red+Green+Blue) = 175+76+156=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4C9C is #50B363. Grayscale: #727272. Windows color (decimal): -5288804 or 10243247. OLE color: 10243247.

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

Color convert

RGB 175 76 156 -
CMYK 0 0.57 0.11 0.31
HSL 311.52º 0.39% 0.49% -
HSV(B) 311.52º 0.57% 0.69% -
XYZ 26.26 16.68 33.29 -
YUV 114.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 175 76 156 0 0.57 0.11 0.31 311.52 0.39 0.49
Hex AF 4C 9C 0 39 B 1F 138 27 31
Octal 257 114 234 0 71 13 37 470 47 61
Binary 10101111 1001100 10011100 0 111001 1011 11111 100111000 100111 110001

Color Harmonies of #AF4C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C9C

Black with #AF4C9C

Text Example


Text Example

White with #AF4C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C9C; }

 p { color: rgb(175,76,156); }

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

background-color css

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

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

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

border-color css

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

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

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