Html Css Color HEX #AF62FF Medium Purple

📋 copy color: '#AF62FF'

red 175 ◦ green 98 ◦ blue 255

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

Shades of Medium Purple #AF62FF

Tints of Medium Purple #AF62FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.3%

R = 33.14%
G = 18.56%
B = 48.3%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF62FF (or 0xAF62FF) is known color: Medium Purple. HEX triplet: AF, 62 and FF. RGB value is (175,98,255). Sum of RGB (Red+Green+Blue) = 175+98+255=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62FF is #509D00. Grayscale: #8A8A8A. Windows color (decimal): -5283073 or 16736943. OLE color: 16736943.

HSL color Cylindrical-coordinate representation of color #AF62FF: hue angle of 269.43º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF62FF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 98 255 -
CMYK 0.31 0.62 0 0
HSL 269.43º 1% 0.69% -
HSV(B) 269.43º 0.62% 1% -
XYZ 40.1 25.07 97.33 -
YUV 138.92 193.51 153.73 -
System Red Green Blue C M Y K H S L
Decimal 175 98 255 0.31 0.62 0 0 269.43 1 0.69
Hex AF 62 FF 1F 3E 0 0 10D 64 45
Octal 257 142 377 37 76 0 0 415 144 105
Binary 10101111 1100010 11111111 11111 111110 0 0 100001101 1100100 1000101

Color Harmonies of #AF62FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62FF

Black with #AF62FF

Text Example


Text Example

White with #AF62FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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