Html Css Color HEX #AF62F8 Medium Purple

📋 copy color: '#AF62F8'

red 175 ◦ green 98 ◦ blue 248

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

Shades of Medium Purple #AF62F8

Tints of Medium Purple #AF62F8

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.81%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 33.59%
G = 18.81%
B = 47.6%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AF62F8 (or 0xAF62F8) is known color: Medium Purple. HEX triplet: AF, 62 and F8. RGB value is (175,98,248). Sum of RGB (Red+Green+Blue) = 175+98+248=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF62F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62F8 is #509D07. Grayscale: #898989. Windows color (decimal): -5283080 or 16278191. OLE color: 16278191.

HSL color Cylindrical-coordinate representation of color #AF62F8: hue angle of 270.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF62F8 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 98 248 -
CMYK 0.29 0.60 0 0.03
HSL 270.8º 0.91% 0.68% -
HSV(B) 270.8º 0.6% 0.97% -
XYZ 38.99 24.63 91.51 -
YUV 138.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 175 98 248 0.29 0.60 0 0.03 270.8 0.91 0.68
Hex AF 62 F8 1D 3C 0 3 10F 5B 44
Octal 257 142 370 35 74 0 3 417 133 104
Binary 10101111 1100010 11111000 11101 111100 0 11 100001111 1011011 1000100

Color Harmonies of #AF62F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62F8

Black with #AF62F8

Text Example


Text Example

White with #AF62F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62F8; }

 p { color: rgb(175,98,248); }

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

background-color css

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

 a { background-color: rgb(175,98,248); }

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

border-color css

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

 span { border-color: rgb(175,98,248); }

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