Html Css Color HEX #AF66ED Medium Purple

📋 copy color: '#AF66ED'

red 175 ◦ green 102 ◦ blue 237

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

Shades of Medium Purple #AF66ED

Tints of Medium Purple #AF66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

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

R = 34.05%
G = 19.84%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF66ED (or 0xAF66ED) is known color: Medium Purple. HEX triplet: AF, 66 and ED. RGB value is (175,102,237). Sum of RGB (Red+Green+Blue) = 175+102+237=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF66ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66ED is #509912. Grayscale: #8A8A8A. Windows color (decimal): -5282067 or 15558319. OLE color: 15558319.

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

Color convert

RGB 175 102 237 -
CMYK 0.26 0.57 0 0.07
HSL 272.44º 0.79% 0.66% -
HSV(B) 272.44º 0.57% 0.93% -
XYZ 37.72 24.73 82.91 -
YUV 139.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 175 102 237 0.26 0.57 0 0.07 272.44 0.79 0.66
Hex AF 66 ED 1A 39 0 7 110 4F 42
Octal 257 146 355 32 71 0 7 420 117 102
Binary 10101111 1100110 11101101 11010 111001 0 111 100010000 1001111 1000010

Color Harmonies of #AF66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66ED

Black with #AF66ED

Text Example


Text Example

White with #AF66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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