Html Css Color HEX #AF80F2 Medium Purple

📋 copy color: '#AF80F2'

red 175 ◦ green 128 ◦ blue 242

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

Shades of Medium Purple #AF80F2

Tints of Medium Purple #AF80F2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.49%

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

R = 32.11%
G = 23.49%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF80F2 (or 0xAF80F2) is known color: Medium Purple. HEX triplet: AF, 80 and F2. RGB value is (175,128,242). Sum of RGB (Red+Green+Blue) = 175+128+242=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF80F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F2 is #507F0D. Grayscale: #9A9A9A. Windows color (decimal): -5275406 or 15892655. OLE color: 15892655.

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

Color convert

RGB 175 128 242 -
CMYK 0.28 0.47 0 0.05
HSL 264.74º 0.81% 0.73% -
HSV(B) 264.74º 0.47% 0.95% -
XYZ 41.43 30.96 87.8 -
YUV 155.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 175 128 242 0.28 0.47 0 0.05 264.74 0.81 0.73
Hex AF 80 F2 1C 2F 0 5 109 51 49
Octal 257 200 362 34 57 0 5 411 121 111
Binary 10101111 10000000 11110010 11100 101111 0 101 100001001 1010001 1001001

Color Harmonies of #AF80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80F2

Black with #AF80F2

Text Example


Text Example

White with #AF80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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