Html Css Color HEX #AF619A Violet Blue

📋 copy color: '#AF619A'

red 175 ◦ green 97 ◦ blue 154

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

Shades of Violet Blue #AF619A

Tints of Violet Blue #AF619A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 41.08%
G = 22.77%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF619A (or 0xAF619A) is known color: Violet Blue. HEX triplet: AF, 61 and 9A. RGB value is (175,97,154). Sum of RGB (Red+Green+Blue) = 175+97+154=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF619A is #509E65. Grayscale: #7E7E7E. Windows color (decimal): -5283430 or 10117551. OLE color: 10117551.

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

Color convert

RGB 175 97 154 -
CMYK 0 0.45 0.12 0.31
HSL 316.15º 0.33% 0.53% -
HSV(B) 316.15º 0.45% 0.69% -
XYZ 27.79 20 32.97 -
YUV 126.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 175 97 154 0 0.45 0.12 0.31 316.15 0.33 0.53
Hex AF 61 9A 0 2D C 1F 13C 21 35
Octal 257 141 232 0 55 14 37 474 41 65
Binary 10101111 1100001 10011010 0 101101 1100 11111 100111100 100001 110101

Color Harmonies of #AF619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF619A

Black with #AF619A

Text Example


Text Example

White with #AF619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF619A; }

 p { color: rgb(175,97,154); }

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

background-color css

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

 a { background-color: rgb(175,97,154); }

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

border-color css

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

 span { border-color: rgb(175,97,154); }

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