Html Css Color HEX #AF68F6 Medium Purple

📋 copy color: '#AF68F6'

red 175 ◦ green 104 ◦ blue 246

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

Shades of Medium Purple #AF68F6

Tints of Medium Purple #AF68F6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

 BLUE value IS 246 (96.48% from 255) = 46.86%

R = 33.33%
G = 19.81%
B = 46.86%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF68F6 (or 0xAF68F6) is known color: Medium Purple. HEX triplet: AF, 68 and F6. RGB value is (175,104,246). Sum of RGB (Red+Green+Blue) = 175+104+246=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F6 is #509709. Grayscale: #8C8C8C. Windows color (decimal): -5281546 or 16148655. OLE color: 16148655.

HSL color Cylindrical-coordinate representation of color #AF68F6: hue angle of 270º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF68F6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 104 246 -
CMYK 0.29 0.58 0 0.04
HSL 270º 0.89% 0.69% -
HSV(B) 270º 0.58% 0.96% -
XYZ 39.26 25.67 90.07 -
YUV 141.42 187.02 151.95 -
System Red Green Blue C M Y K H S L
Decimal 175 104 246 0.29 0.58 0 0.04 270 0.89 0.69
Hex AF 68 F6 1D 3A 0 4 10E 59 45
Octal 257 150 366 35 72 0 4 416 131 105
Binary 10101111 1101000 11110110 11101 111010 0 100 100001110 1011001 1000101

Color Harmonies of #AF68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68F6

Black with #AF68F6

Text Example


Text Example

White with #AF68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68F6; }

 p { color: rgb(175,104,246); }

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

background-color css

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

 a { background-color: rgb(175,104,246); }

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

border-color css

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

 span { border-color: rgb(175,104,246); }

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