Html Css Color HEX #AF459B Violet Blue

📋 copy color: '#AF459B'

red 175 ◦ green 69 ◦ blue 155

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

Shades of Violet Blue #AF459B

Tints of Violet Blue #AF459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.29%

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

R = 43.86%
G = 17.29%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF459B (or 0xAF459B) is known color: Violet Blue. HEX triplet: AF, 45 and 9B. RGB value is (175,69,155). Sum of RGB (Red+Green+Blue) = 175+69+155=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF459B is #50BA64. Grayscale: #6E6E6E. Windows color (decimal): -5290597 or 10175919. OLE color: 10175919.

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

Color convert

RGB 175 69 155 -
CMYK 0 0.61 0.11 0.31
HSL 311.32º 0.43% 0.48% -
HSV(B) 311.32º 0.61% 0.69% -
XYZ 25.72 15.74 32.69 -
YUV 110.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 175 69 155 0 0.61 0.11 0.31 311.32 0.43 0.48
Hex AF 45 9B 0 3D B 1F 137 2B 30
Octal 257 105 233 0 75 13 37 467 53 60
Binary 10101111 1000101 10011011 0 111101 1011 11111 100110111 101011 110000

Color Harmonies of #AF459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF459B

Black with #AF459B

Text Example


Text Example

White with #AF459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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