Html Css Color HEX #AF68EB Medium Purple

📋 copy color: '#AF68EB'

red 175 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #AF68EB

Tints of Medium Purple #AF68EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 34.05%
G = 20.23%
B = 45.72%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF68EB (or 0xAF68EB) is known color: Medium Purple. HEX triplet: AF, 68 and EB. RGB value is (175,104,235). Sum of RGB (Red+Green+Blue) = 175+104+235=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68EB is #509714. Grayscale: #8B8B8B. Windows color (decimal): -5281557 or 15427759. OLE color: 15427759.

HSL color Cylindrical-coordinate representation of color #AF68EB: hue angle of 272.52º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF68EB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 104 235 -
CMYK 0.26 0.56 0 0.08
HSL 272.52º 0.77% 0.66% -
HSV(B) 272.52º 0.56% 0.92% -
XYZ 37.62 25.01 81.44 -
YUV 140.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 175 104 235 0.26 0.56 0 0.08 272.52 0.77 0.66
Hex AF 68 EB 1A 38 0 8 111 4D 42
Octal 257 150 353 32 70 0 10 421 115 102
Binary 10101111 1101000 11101011 11010 111000 0 1000 100010001 1001101 1000010

Color Harmonies of #AF68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF68EB

Black with #AF68EB

Text Example


Text Example

White with #AF68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF68EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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