Html Css Color HEX #AF66F0 Medium Purple

📋 copy color: '#AF66F0'

red 175 ◦ green 102 ◦ blue 240

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

Shades of Medium Purple #AF66F0

Tints of Medium Purple #AF66F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 33.85%
G = 19.73%
B = 46.42%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF66F0 (or 0xAF66F0) is known color: Medium Purple. HEX triplet: AF, 66 and F0. RGB value is (175,102,240). Sum of RGB (Red+Green+Blue) = 175+102+240=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF66F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F0 is #50990F. Grayscale: #8B8B8B. Windows color (decimal): -5282064 or 15754927. OLE color: 15754927.

HSL color Cylindrical-coordinate representation of color #AF66F0: hue angle of 271.74º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF66F0 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 102 240 -
CMYK 0.27 0.58 0 0.06
HSL 271.74º 0.82% 0.67% -
HSV(B) 271.74º 0.58% 0.94% -
XYZ 38.16 24.91 85.23 -
YUV 139.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 175 102 240 0.27 0.58 0 0.06 271.74 0.82 0.67
Hex AF 66 F0 1B 3A 0 6 110 52 43
Octal 257 146 360 33 72 0 6 420 122 103
Binary 10101111 1100110 11110000 11011 111010 0 110 100010000 1010010 1000011

Color Harmonies of #AF66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66F0

Black with #AF66F0

Text Example


Text Example

White with #AF66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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