Html Css Color HEX #AF459C Violet Blue

📋 copy color: '#AF459C'

red 175 ◦ green 69 ◦ blue 156

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

Shades of Violet Blue #AF459C

Tints of Violet Blue #AF459C

RGB

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

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

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

R = 43.75%
G = 17.25%
B = 39%

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

#AF459C (or 0xAF459C) is known color: Violet Blue. HEX triplet: AF, 45 and 9C. RGB value is (175,69,156). Sum of RGB (Red+Green+Blue) = 175+69+156=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF459C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF459C is #50BA63. Grayscale: #6E6E6E. Windows color (decimal): -5290596 or 10241455. OLE color: 10241455.

HSL color Cylindrical-coordinate representation of color #AF459C: hue angle of 310.75º 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 #AF459C is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 156 -
CMYK 0 0.61 0.11 0.31
HSL 310.75º 0.43% 0.48% -
HSV(B) 310.75º 0.61% 0.69% -
XYZ 25.81 15.77 33.14 -
YUV 110.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 175 69 156 0 0.61 0.11 0.31 310.75 0.43 0.48
Hex AF 45 9C 0 3D B 1F 137 2B 30
Octal 257 105 234 0 75 13 37 467 53 60
Binary 10101111 1000101 10011100 0 111101 1011 11111 100110111 101011 110000

Color Harmonies of #AF459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF459C

Black with #AF459C

Text Example


Text Example

White with #AF459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF459C; }

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

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

background-color css

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

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

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

border-color css

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

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

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