Html Css Color HEX #AF70A5 Violet Blue

📋 copy color: '#AF70A5'

red 175 ◦ green 112 ◦ blue 165

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

Shades of Violet Blue #AF70A5

Tints of Violet Blue #AF70A5

RGB

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

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

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

R = 38.72%
G = 24.78%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF70A5 (or 0xAF70A5) is known color: Violet Blue. HEX triplet: AF, 70 and A5. RGB value is (175,112,165). Sum of RGB (Red+Green+Blue) = 175+112+165=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A5 is #508F5A. Grayscale: #888888. Windows color (decimal): -5279579 or 10842287. OLE color: 10842287.

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

Color convert

RGB 175 112 165 -
CMYK 0 0.36 0.06 0.31
HSL 309.52º 0.28% 0.56% -
HSV(B) 309.52º 0.36% 0.69% -
XYZ 30.26 23.42 38.52 -
YUV 136.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 175 112 165 0 0.36 0.06 0.31 309.52 0.28 0.56
Hex AF 70 A5 0 24 6 1F 136 1C 38
Octal 257 160 245 0 44 6 37 466 34 70
Binary 10101111 1110000 10100101 0 100100 110 11111 100110110 11100 111000

Color Harmonies of #AF70A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70A5

Black with #AF70A5

Text Example


Text Example

White with #AF70A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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