Html Css Color HEX #AF68EF Medium Purple

📋 copy color: '#AF68EF'

red 175 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #AF68EF

Tints of Medium Purple #AF68EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 33.78%
G = 20.08%
B = 46.14%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF68EF (or 0xAF68EF) is known color: Medium Purple. HEX triplet: AF, 68 and EF. RGB value is (175,104,239). Sum of RGB (Red+Green+Blue) = 175+104+239=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF68EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68EF is #509710. Grayscale: #8C8C8C. Windows color (decimal): -5281553 or 15689903. OLE color: 15689903.

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

Color convert

RGB 175 104 239 -
CMYK 0.27 0.56 0 0.06
HSL 271.56º 0.81% 0.67% -
HSV(B) 271.56º 0.56% 0.94% -
XYZ 38.21 25.25 84.52 -
YUV 140.62 183.52 152.52 -
System Red Green Blue C M Y K H S L
Decimal 175 104 239 0.27 0.56 0 0.06 271.56 0.81 0.67
Hex AF 68 EF 1B 38 0 6 110 51 43
Octal 257 150 357 33 70 0 6 420 121 103
Binary 10101111 1101000 11101111 11011 111000 0 110 100010000 1010001 1000011

Color Harmonies of #AF68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68EF

Black with #AF68EF

Text Example


Text Example

White with #AF68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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