Html Css Color HEX #AF68EC Medium Purple

📋 copy color: '#AF68EC'

red 175 ◦ green 104 ◦ blue 236

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

Shades of Medium Purple #AF68EC

Tints of Medium Purple #AF68EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 33.98%
G = 20.19%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF68EC (or 0xAF68EC) is known color: Medium Purple. HEX triplet: AF, 68 and EC. RGB value is (175,104,236). Sum of RGB (Red+Green+Blue) = 175+104+236=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF68EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68EC is #509713. Grayscale: #8B8B8B. Windows color (decimal): -5281556 or 15493295. OLE color: 15493295.

HSL color Cylindrical-coordinate representation of color #AF68EC: hue angle of 272.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF68EC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 104 236 -
CMYK 0.26 0.56 0 0.07
HSL 272.27º 0.78% 0.67% -
HSV(B) 272.27º 0.56% 0.93% -
XYZ 37.77 25.07 82.21 -
YUV 140.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 175 104 236 0.26 0.56 0 0.07 272.27 0.78 0.67
Hex AF 68 EC 1A 38 0 7 110 4E 43
Octal 257 150 354 32 70 0 7 420 116 103
Binary 10101111 1101000 11101100 11010 111000 0 111 100010000 1001110 1000011

Color Harmonies of #AF68EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68EC

Black with #AF68EC

Text Example


Text Example

White with #AF68EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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