Html Css Color HEX #AF66F1 Medium Purple

📋 copy color: '#AF66F1'

red 175 ◦ green 102 ◦ blue 241

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

Shades of Medium Purple #AF66F1

Tints of Medium Purple #AF66F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 33.78%
G = 19.69%
B = 46.53%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF66F1 (or 0xAF66F1) is known color: Medium Purple. HEX triplet: AF, 66 and F1. RGB value is (175,102,241). Sum of RGB (Red+Green+Blue) = 175+102+241=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF66F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66F1 is #50990E. Grayscale: #8B8B8B. Windows color (decimal): -5282063 or 15820463. OLE color: 15820463.

HSL color Cylindrical-coordinate representation of color #AF66F1: hue angle of 271.51º degrees, saturation: 0.83, 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 #AF66F1 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 102 241 -
CMYK 0.27 0.58 0 0.05
HSL 271.51º 0.83% 0.67% -
HSV(B) 271.51º 0.58% 0.95% -
XYZ 38.31 24.97 86.02 -
YUV 139.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 175 102 241 0.27 0.58 0 0.05 271.51 0.83 0.67
Hex AF 66 F1 1B 3A 0 5 110 53 43
Octal 257 146 361 33 72 0 5 420 123 103
Binary 10101111 1100110 11110001 11011 111010 0 101 100010000 1010011 1000011

Color Harmonies of #AF66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF66F1

Black with #AF66F1

Text Example


Text Example

White with #AF66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF66F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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