Html Css Color HEX #AF68ED Medium Purple

📋 copy color: '#AF68ED'

red 175 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #AF68ED

Tints of Medium Purple #AF68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 33.91%
G = 20.16%
B = 45.93%

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

#AF68ED (or 0xAF68ED) is known color: Medium Purple. HEX triplet: AF, 68 and ED. RGB value is (175,104,237). Sum of RGB (Red+Green+Blue) = 175+104+237=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF68ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68ED is #509712. Grayscale: #8B8B8B. Windows color (decimal): -5281555 or 15558831. OLE color: 15558831.

HSL color Cylindrical-coordinate representation of color #AF68ED: hue angle of 272.03º degrees, saturation: 0.79, 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 #AF68ED is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 104 237 -
CMYK 0.26 0.56 0 0.07
HSL 272.03º 0.79% 0.67% -
HSV(B) 272.03º 0.56% 0.93% -
XYZ 37.92 25.13 82.97 -
YUV 140.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 175 104 237 0.26 0.56 0 0.07 272.03 0.79 0.67
Hex AF 68 ED 1A 38 0 7 110 4F 43
Octal 257 150 355 32 70 0 7 420 117 103
Binary 10101111 1101000 11101101 11010 111000 0 111 100010000 1001111 1000011

Color Harmonies of #AF68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68ED

Black with #AF68ED

Text Example


Text Example

White with #AF68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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