Html Css Color HEX #AF469B Violet Blue

📋 copy color: '#AF469B'

red 175 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #AF469B

Tints of Violet Blue #AF469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

 BLUE value IS 155 (60.94% from 255) = 38.75%

R = 43.75%
G = 17.5%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF469B (or 0xAF469B) is known color: Violet Blue. HEX triplet: AF, 46 and 9B. RGB value is (175,70,155). Sum of RGB (Red+Green+Blue) = 175+70+155=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF469B is #50B964. Grayscale: #6E6E6E. Windows color (decimal): -5290341 or 10176175. OLE color: 10176175.

HSL color Cylindrical-coordinate representation of color #AF469B: hue angle of 311.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF469B is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 155 -
CMYK 0 0.60 0.11 0.31
HSL 311.43º 0.43% 0.48% -
HSV(B) 311.43º 0.6% 0.69% -
XYZ 25.79 15.86 32.71 -
YUV 111.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 175 70 155 0 0.60 0.11 0.31 311.43 0.43 0.48
Hex AF 46 9B 0 3C B 1F 137 2B 30
Octal 257 106 233 0 74 13 37 467 53 60
Binary 10101111 1000110 10011011 0 111100 1011 11111 100110111 101011 110000

Color Harmonies of #AF469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF469B

Black with #AF469B

Text Example


Text Example

White with #AF469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF469B; }

 p { color: rgb(175,70,155); }

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

background-color css

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

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

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

border-color css

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

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

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