Html Css Color HEX #AF68F2 Medium Purple

📋 copy color: '#AF68F2'

red 175 ◦ green 104 ◦ blue 242

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

Shades of Medium Purple #AF68F2

Tints of Medium Purple #AF68F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 33.59%
G = 19.96%
B = 46.45%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF68F2 (or 0xAF68F2) is known color: Medium Purple. HEX triplet: AF, 68 and F2. RGB value is (175,104,242). Sum of RGB (Red+Green+Blue) = 175+104+242=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF68F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F2 is #50970D. Grayscale: #8C8C8C. Windows color (decimal): -5281550 or 15886511. OLE color: 15886511.

HSL color Cylindrical-coordinate representation of color #AF68F2: hue angle of 270.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF68F2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 104 242 -
CMYK 0.28 0.57 0 0.05
HSL 270.87º 0.84% 0.68% -
HSV(B) 270.87º 0.57% 0.95% -
XYZ 38.66 25.43 86.87 -
YUV 140.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 175 104 242 0.28 0.57 0 0.05 270.87 0.84 0.68
Hex AF 68 F2 1C 39 0 5 10F 54 44
Octal 257 150 362 34 71 0 5 417 124 104
Binary 10101111 1101000 11110010 11100 111001 0 101 100001111 1010100 1000100

Color Harmonies of #AF68F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68F2

Black with #AF68F2

Text Example


Text Example

White with #AF68F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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