Html Css Color HEX #AF6FFC Medium Purple

📋 copy color: '#AF6FFC'

red 175 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #AF6FFC

Tints of Medium Purple #AF6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 32.53%
G = 20.63%
B = 46.84%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF6FFC (or 0xAF6FFC) is known color: Medium Purple. HEX triplet: AF, 6F and FC. RGB value is (175,111,252). Sum of RGB (Red+Green+Blue) = 175+111+252=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6FFC is #509003. Grayscale: #919191. Windows color (decimal): -5279748 or 16543663. OLE color: 16543663.

HSL color Cylindrical-coordinate representation of color #AF6FFC: hue angle of 267.23º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6FFC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 111 252 -
CMYK 0.31 0.56 0 0.01
HSL 267.23º 0.96% 0.71% -
HSV(B) 267.23º 0.56% 0.99% -
XYZ 40.93 27.51 95.25 -
YUV 146.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 175 111 252 0.31 0.56 0 0.01 267.23 0.96 0.71
Hex AF 6F FC 1F 38 0 1 10B 60 47
Octal 257 157 374 37 70 0 1 413 140 107
Binary 10101111 1101111 11111100 11111 111000 0 1 100001011 1100000 1000111

Color Harmonies of #AF6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FFC

Black with #AF6FFC

Text Example


Text Example

White with #AF6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FFC; }

 p { color: rgb(175,111,252); }

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

background-color css

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

 a { background-color: rgb(175,111,252); }

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

border-color css

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

 span { border-color: rgb(175,111,252); }

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