Html Css Color HEX #AF53A5 Violet Blue

📋 copy color: '#AF53A5'

red 175 ◦ green 83 ◦ blue 165

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

Shades of Violet Blue #AF53A5

Tints of Violet Blue #AF53A5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.62%

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 41.37%
G = 19.62%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF53A5 (or 0xAF53A5) is known color: Violet Blue. HEX triplet: AF, 53 and A5. RGB value is (175,83,165). Sum of RGB (Red+Green+Blue) = 175+83+165=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF53A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF53A5 is #50AC5A. Grayscale: #777777. Windows color (decimal): -5287003 or 10834863. OLE color: 10834863.

HSL color Cylindrical-coordinate representation of color #AF53A5: hue angle of 306.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF53A5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 165 -
CMYK 0 0.53 0.06 0.31
HSL 306.52º 0.37% 0.51% -
HSV(B) 306.52º 0.53% 0.69% -
XYZ 27.56 18.02 37.62 -
YUV 119.86 153.48 167.33 -
System Red Green Blue C M Y K H S L
Decimal 175 83 165 0 0.53 0.06 0.31 306.52 0.37 0.51
Hex AF 53 A5 0 35 6 1F 133 25 33
Octal 257 123 245 0 65 6 37 463 45 63
Binary 10101111 1010011 10100101 0 110101 110 11111 100110011 100101 110011

Color Harmonies of #AF53A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF53A5

Black with #AF53A5

Text Example


Text Example

White with #AF53A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF53A5; }

 p { color: rgb(175,83,165); }

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

background-color css

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

 a { background-color: rgb(175,83,165); }

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

border-color css

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

 span { border-color: rgb(175,83,165); }

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