Html Css Color HEX #AF68F0 Medium Purple

📋 copy color: '#AF68F0'

red 175 ◦ green 104 ◦ blue 240

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

Shades of Medium Purple #AF68F0

Tints of Medium Purple #AF68F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 33.72%
G = 20.04%
B = 46.24%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF68F0 (or 0xAF68F0) is known color: Medium Purple. HEX triplet: AF, 68 and F0. RGB value is (175,104,240). Sum of RGB (Red+Green+Blue) = 175+104+240=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF68F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F0 is #50970F. Grayscale: #8C8C8C. Windows color (decimal): -5281552 or 15755439. OLE color: 15755439.

HSL color Cylindrical-coordinate representation of color #AF68F0: hue angle of 271.32º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF68F0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 104 240 -
CMYK 0.27 0.57 0 0.06
HSL 271.32º 0.82% 0.67% -
HSV(B) 271.32º 0.57% 0.94% -
XYZ 38.36 25.31 85.3 -
YUV 140.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 175 104 240 0.27 0.57 0 0.06 271.32 0.82 0.67
Hex AF 68 F0 1B 39 0 6 10F 52 43
Octal 257 150 360 33 71 0 6 417 122 103
Binary 10101111 1101000 11110000 11011 111001 0 110 100001111 1010010 1000011

Color Harmonies of #AF68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68F0

Black with #AF68F0

Text Example


Text Example

White with #AF68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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