Html Css Color HEX #AF6BEF Medium Purple

📋 copy color: '#AF6BEF'

red 175 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #AF6BEF

Tints of Medium Purple #AF6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 33.59%
G = 20.54%
B = 45.87%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF6BEF (or 0xAF6BEF) is known color: Medium Purple. HEX triplet: AF, 6B and EF. RGB value is (175,107,239). Sum of RGB (Red+Green+Blue) = 175+107+239=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BEF is #509410. Grayscale: #8D8D8D. Windows color (decimal): -5280785 or 15690671. OLE color: 15690671.

HSL color Cylindrical-coordinate representation of color #AF6BEF: hue angle of 270.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6BEF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 107 239 -
CMYK 0.27 0.55 0 0.06
HSL 270.91º 0.8% 0.68% -
HSV(B) 270.91º 0.55% 0.94% -
XYZ 38.52 25.86 84.62 -
YUV 142.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 175 107 239 0.27 0.55 0 0.06 270.91 0.8 0.68
Hex AF 6B EF 1B 37 0 6 10F 50 44
Octal 257 153 357 33 67 0 6 417 120 104
Binary 10101111 1101011 11101111 11011 110111 0 110 100001111 1010000 1000100

Color Harmonies of #AF6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BEF

Black with #AF6BEF

Text Example


Text Example

White with #AF6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BEF; }

 p { color: rgb(175,107,239); }

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

background-color css

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

 a { background-color: rgb(175,107,239); }

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

border-color css

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

 span { border-color: rgb(175,107,239); }

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