Html Css Color HEX #AF69F3 Medium Purple

📋 copy color: '#AF69F3'

red 175 ◦ green 105 ◦ blue 243

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

Shades of Medium Purple #AF69F3

Tints of Medium Purple #AF69F3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

 BLUE value IS 243 (95.31% from 255) = 46.46%

R = 33.46%
G = 20.08%
B = 46.46%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF69F3 (or 0xAF69F3) is known color: Medium Purple. HEX triplet: AF, 69 and F3. RGB value is (175,105,243). Sum of RGB (Red+Green+Blue) = 175+105+243=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF69F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69F3 is #50960C. Grayscale: #8D8D8D. Windows color (decimal): -5281293 or 15952303. OLE color: 15952303.

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

Color convert

RGB 175 105 243 -
CMYK 0.28 0.57 0 0.05
HSL 270.43º 0.85% 0.68% -
HSV(B) 270.43º 0.57% 0.95% -
XYZ 38.91 25.69 87.7 -
YUV 141.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 175 105 243 0.28 0.57 0 0.05 270.43 0.85 0.68
Hex AF 69 F3 1C 39 0 5 10E 55 44
Octal 257 151 363 34 71 0 5 416 125 104
Binary 10101111 1101001 11110011 11100 111001 0 101 100001110 1010101 1000100

Color Harmonies of #AF69F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69F3

Black with #AF69F3

Text Example


Text Example

White with #AF69F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69F3; }

 p { color: rgb(175,105,243); }

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

background-color css

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

 a { background-color: rgb(175,105,243); }

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

border-color css

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

 span { border-color: rgb(175,105,243); }

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