Html Css Color HEX #AF66EE Medium Purple

📋 copy color: '#AF66EE'

red 175 ◦ green 102 ◦ blue 238

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

Shades of Medium Purple #AF66EE

Tints of Medium Purple #AF66EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 33.98%
G = 19.81%
B = 46.21%

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

#AF66EE (or 0xAF66EE) is known color: Medium Purple. HEX triplet: AF, 66 and EE. RGB value is (175,102,238). Sum of RGB (Red+Green+Blue) = 175+102+238=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF66EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66EE is #509911. Grayscale: #8A8A8A. Windows color (decimal): -5282066 or 15623855. OLE color: 15623855.

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

Color convert

RGB 175 102 238 -
CMYK 0.26 0.57 0 0.07
HSL 272.21º 0.8% 0.67% -
HSV(B) 272.21º 0.57% 0.93% -
XYZ 37.86 24.79 83.68 -
YUV 139.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 175 102 238 0.26 0.57 0 0.07 272.21 0.8 0.67
Hex AF 66 EE 1A 39 0 7 110 50 43
Octal 257 146 356 32 71 0 7 420 120 103
Binary 10101111 1100110 11101110 11010 111001 0 111 100010000 1010000 1000011

Color Harmonies of #AF66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66EE

Black with #AF66EE

Text Example


Text Example

White with #AF66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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