Html Css Color HEX #AF6CFF Medium Purple

📋 copy color: '#AF6CFF'

red 175 ◦ green 108 ◦ blue 255

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

Shades of Medium Purple #AF6CFF

Tints of Medium Purple #AF6CFF

RGB

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

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

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

R = 32.53%
G = 20.07%
B = 47.4%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF6CFF (or 0xAF6CFF) is known color: Medium Purple. HEX triplet: AF, 6C and FF. RGB value is (175,108,255). Sum of RGB (Red+Green+Blue) = 175+108+255=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CFF is #509300. Grayscale: #909090. Windows color (decimal): -5280513 or 16739503. OLE color: 16739503.

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

Color convert

RGB 175 108 255 -
CMYK 0.31 0.58 0 0
HSL 267.35º 1% 0.71% -
HSV(B) 267.35º 0.58% 1% -
XYZ 41.09 27.06 97.66 -
YUV 144.79 190.2 149.55 -
System Red Green Blue C M Y K H S L
Decimal 175 108 255 0.31 0.58 0 0 267.35 1 0.71
Hex AF 6C FF 1F 3A 0 0 10B 64 47
Octal 257 154 377 37 72 0 0 413 144 107
Binary 10101111 1101100 11111111 11111 111010 0 0 100001011 1100100 1000111

Color Harmonies of #AF6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CFF

Black with #AF6CFF

Text Example


Text Example

White with #AF6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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