Html Css Color HEX #AF629D Violet Blue

📋 copy color: '#AF629D'

red 175 ◦ green 98 ◦ blue 157

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

Shades of Violet Blue #AF629D

Tints of Violet Blue #AF629D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.79%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 40.7%
G = 22.79%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF629D (or 0xAF629D) is known color: Violet Blue. HEX triplet: AF, 62 and 9D. RGB value is (175,98,157). Sum of RGB (Red+Green+Blue) = 175+98+157=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF629D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF629D is #509D62. Grayscale: #7F7F7F. Windows color (decimal): -5283171 or 10314415. OLE color: 10314415.

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

Color convert

RGB 175 98 157 -
CMYK 0 0.44 0.10 0.31
HSL 314.03º 0.32% 0.54% -
HSV(B) 314.03º 0.44% 0.69% -
XYZ 28.13 20.28 34.33 -
YUV 127.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 175 98 157 0 0.44 0.10 0.31 314.03 0.32 0.54
Hex AF 62 9D 0 2C A 1F 13A 20 36
Octal 257 142 235 0 54 12 37 472 40 66
Binary 10101111 1100010 10011101 0 101100 1010 11111 100111010 100000 110110

Color Harmonies of #AF629D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF629D

Black with #AF629D

Text Example


Text Example

White with #AF629D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF629D; }

 p { color: rgb(175,98,157); }

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

background-color css

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

 a { background-color: rgb(175,98,157); }

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

border-color css

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

 span { border-color: rgb(175,98,157); }

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