Html Css Color HEX #AF66FF Medium Purple

📋 copy color: '#AF66FF'

red 175 ◦ green 102 ◦ blue 255

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

Shades of Medium Purple #AF66FF

Tints of Medium Purple #AF66FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 32.89%
G = 19.17%
B = 47.93%

CMYK

 C value IS 0.31

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF66FF (or 0xAF66FF) is known color: Medium Purple. HEX triplet: AF, 66 and FF. RGB value is (175,102,255). Sum of RGB (Red+Green+Blue) = 175+102+255=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF66FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66FF is #509900. Grayscale: #8C8C8C. Windows color (decimal): -5282049 or 16737967. OLE color: 16737967.

HSL color Cylindrical-coordinate representation of color #AF66FF: hue angle of 268.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF66FF is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 102 255 -
CMYK 0.31 0.6 0 0
HSL 268.63º 1% 0.7% -
HSV(B) 268.63º 0.6% 1% -
XYZ 40.48 25.84 97.46 -
YUV 141.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 175 102 255 0.31 0.6 0 0 268.63 1 0.7
Hex AF 66 FF 1F 3C 0 0 10D 64 46
Octal 257 146 377 37 74 0 0 415 144 106
Binary 10101111 1100110 11111111 11111 111100 0 0 100001101 1100100 1000110

Color Harmonies of #AF66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66FF

Black with #AF66FF

Text Example


Text Example

White with #AF66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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