Html Css Color HEX #AF61A4 Violet Blue

📋 copy color: '#AF61A4'

red 175 ◦ green 97 ◦ blue 164

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

Shades of Violet Blue #AF61A4

Tints of Violet Blue #AF61A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 40.14%
G = 22.25%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF61A4 (or 0xAF61A4) is known color: Violet Blue. HEX triplet: AF, 61 and A4. RGB value is (175,97,164). Sum of RGB (Red+Green+Blue) = 175+97+164=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF61A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF61A4 is #509E5B. Grayscale: #7F7F7F. Windows color (decimal): -5283420 or 10772911. OLE color: 10772911.

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

Color convert

RGB 175 97 164 -
CMYK 0 0.45 0.06 0.31
HSL 308.46º 0.33% 0.53% -
HSV(B) 308.46º 0.45% 0.69% -
XYZ 28.65 20.34 37.54 -
YUV 127.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 175 97 164 0 0.45 0.06 0.31 308.46 0.33 0.53
Hex AF 61 A4 0 2D 6 1F 134 21 35
Octal 257 141 244 0 55 6 37 464 41 65
Binary 10101111 1100001 10100100 0 101101 110 11111 100110100 100001 110101

Color Harmonies of #AF61A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61A4

Black with #AF61A4

Text Example


Text Example

White with #AF61A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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