Html Css Color HEX #AF6BFF Medium Purple

📋 copy color: '#AF6BFF'

red 175 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #AF6BFF

Tints of Medium Purple #AF6BFF

RGB

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

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

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

R = 32.59%
G = 19.93%
B = 47.49%

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

#AF6BFF (or 0xAF6BFF) is known color: Medium Purple. HEX triplet: AF, 6B and FF. RGB value is (175,107,255). Sum of RGB (Red+Green+Blue) = 175+107+255=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFF is #509400. Grayscale: #8F8F8F. Windows color (decimal): -5280769 or 16739247. OLE color: 16739247.

HSL color Cylindrical-coordinate representation of color #AF6BFF: hue angle of 267.57º 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 #AF6BFF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 107 255 -
CMYK 0.31 0.58 0 0
HSL 267.57º 1% 0.71% -
HSV(B) 267.57º 0.58% 1% -
XYZ 40.99 26.85 97.63 -
YUV 144.2 190.53 149.97 -
System Red Green Blue C M Y K H S L
Decimal 175 107 255 0.31 0.58 0 0 267.57 1 0.71
Hex AF 6B FF 1F 3A 0 0 10C 64 47
Octal 257 153 377 37 72 0 0 414 144 107
Binary 10101111 1101011 11111111 11111 111010 0 0 100001100 1100100 1000111

Color Harmonies of #AF6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BFF

Black with #AF6BFF

Text Example


Text Example

White with #AF6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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