Html Css Color HEX #AF66F2 Medium Purple

📋 copy color: '#AF66F2'

red 175 ◦ green 102 ◦ blue 242

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

Shades of Medium Purple #AF66F2

Tints of Medium Purple #AF66F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 33.72%
G = 19.65%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF66F2 (or 0xAF66F2) is known color: Medium Purple. HEX triplet: AF, 66 and F2. RGB value is (175,102,242). Sum of RGB (Red+Green+Blue) = 175+102+242=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF66F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F2 is #50990D. Grayscale: #8B8B8B. Windows color (decimal): -5282062 or 15885999. OLE color: 15885999.

HSL color Cylindrical-coordinate representation of color #AF66F2: hue angle of 271.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF66F2 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 102 242 -
CMYK 0.28 0.58 0 0.05
HSL 271.29º 0.84% 0.67% -
HSV(B) 271.29º 0.58% 0.95% -
XYZ 38.46 25.03 86.81 -
YUV 139.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 175 102 242 0.28 0.58 0 0.05 271.29 0.84 0.67
Hex AF 66 F2 1C 3A 0 5 10F 54 43
Octal 257 146 362 34 72 0 5 417 124 103
Binary 10101111 1100110 11110010 11100 111010 0 101 100001111 1010100 1000011

Color Harmonies of #AF66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66F2

Black with #AF66F2

Text Example


Text Example

White with #AF66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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