Html Css Color HEX #AF70A6 Violet Blue

📋 copy color: '#AF70A6'

red 175 ◦ green 112 ◦ blue 166

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

Shades of Violet Blue #AF70A6

Tints of Violet Blue #AF70A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.72%

 BLUE value IS 166 (65.23% from 255) = 36.64%

R = 38.63%
G = 24.72%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF70A6 (or 0xAF70A6) is known color: Violet Blue. HEX triplet: AF, 70 and A6. RGB value is (175,112,166). Sum of RGB (Red+Green+Blue) = 175+112+166=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A6 is #508F59. Grayscale: #888888. Windows color (decimal): -5279578 or 10907823. OLE color: 10907823.

HSL color Cylindrical-coordinate representation of color #AF70A6: hue angle of 308.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF70A6 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 166 -
CMYK 0 0.36 0.05 0.31
HSL 308.57º 0.28% 0.56% -
HSV(B) 308.57º 0.36% 0.69% -
XYZ 30.36 23.46 39 -
YUV 136.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 175 112 166 0 0.36 0.05 0.31 308.57 0.28 0.56
Hex AF 70 A6 0 24 5 1F 135 1C 38
Octal 257 160 246 0 44 5 37 465 34 70
Binary 10101111 1110000 10100110 0 100100 101 11111 100110101 11100 111000

Color Harmonies of #AF70A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70A6

Black with #AF70A6

Text Example


Text Example

White with #AF70A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70A6; }

 p { color: rgb(175,112,166); }

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

background-color css

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

 a { background-color: rgb(175,112,166); }

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

border-color css

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

 span { border-color: rgb(175,112,166); }

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