Html Css Color HEX #AF6CEF Medium Purple

📋 copy color: '#AF6CEF'

red 175 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #AF6CEF

Tints of Medium Purple #AF6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.69%

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

R = 33.52%
G = 20.69%
B = 45.79%

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

#AF6CEF (or 0xAF6CEF) is known color: Medium Purple. HEX triplet: AF, 6C and EF. RGB value is (175,108,239). Sum of RGB (Red+Green+Blue) = 175+108+239=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CEF is #509310. Grayscale: #8E8E8E. Windows color (decimal): -5280529 or 15690927. OLE color: 15690927.

HSL color Cylindrical-coordinate representation of color #AF6CEF: hue angle of 270.69º 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 #AF6CEF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 108 239 -
CMYK 0.27 0.55 0 0.06
HSL 270.69º 0.8% 0.68% -
HSV(B) 270.69º 0.55% 0.94% -
XYZ 38.62 26.07 84.66 -
YUV 142.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 175 108 239 0.27 0.55 0 0.06 270.69 0.8 0.68
Hex AF 6C EF 1B 37 0 6 10F 50 44
Octal 257 154 357 33 67 0 6 417 120 104
Binary 10101111 1101100 11101111 11011 110111 0 110 100001111 1010000 1000100

Color Harmonies of #AF6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CEF

Black with #AF6CEF

Text Example


Text Example

White with #AF6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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