Html Css Color HEX #AF60B1 Violet Blue

📋 copy color: '#AF60B1'

red 175 ◦ green 96 ◦ blue 177

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

Shades of Violet Blue #AF60B1

Tints of Violet Blue #AF60B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 177 (69.53% from 255) = 39.51%

R = 39.06%
G = 21.43%
B = 39.51%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF60B1 (or 0xAF60B1) is known color: Violet Blue. HEX triplet: AF, 60 and B1. RGB value is (175,96,177). Sum of RGB (Red+Green+Blue) = 175+96+177=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 177 - color contains mainly: blue. Hex color #AF60B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60B1 is #509F4E. Grayscale: #808080. Windows color (decimal): -5283663 or 11624623. OLE color: 11624623.

HSL color Cylindrical-coordinate representation of color #AF60B1: hue angle of 298.52º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF60B1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 177 -
CMYK 0.01 0.46 0 0.31
HSL 298.52º 0.34% 0.54% -
HSV(B) 298.52º 0.46% 0.69% -
XYZ 29.8 20.65 44.01 -
YUV 128.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 175 96 177 0.01 0.46 0 0.31 298.52 0.34 0.54
Hex AF 60 B1 1 2E 0 1F 12B 22 36
Octal 257 140 261 1 56 0 37 453 42 66
Binary 10101111 1100000 10110001 1 101110 0 11111 100101011 100010 110110

Color Harmonies of #AF60B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60B1

Black with #AF60B1

Text Example


Text Example

White with #AF60B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60B1; }

 p { color: rgb(175,96,177); }

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

background-color css

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

 a { background-color: rgb(175,96,177); }

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

border-color css

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

 span { border-color: rgb(175,96,177); }

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