Html Css Color HEX #AF6CF0 Medium Purple

📋 copy color: '#AF6CF0'

red 175 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #AF6CF0

Tints of Medium Purple #AF6CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 33.46%
G = 20.65%
B = 45.89%

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

#AF6CF0 (or 0xAF6CF0) is known color: Medium Purple. HEX triplet: AF, 6C and F0. RGB value is (175,108,240). Sum of RGB (Red+Green+Blue) = 175+108+240=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF6CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CF0 is #50930F. Grayscale: #8E8E8E. Windows color (decimal): -5280528 or 15756463. OLE color: 15756463.

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

Color convert

RGB 175 108 240 -
CMYK 0.27 0.55 0 0.06
HSL 270.45º 0.81% 0.68% -
HSV(B) 270.45º 0.55% 0.94% -
XYZ 38.77 26.13 85.44 -
YUV 143.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 175 108 240 0.27 0.55 0 0.06 270.45 0.81 0.68
Hex AF 6C F0 1B 37 0 6 10E 51 44
Octal 257 154 360 33 67 0 6 416 121 104
Binary 10101111 1101100 11110000 11011 110111 0 110 100001110 1010001 1000100

Color Harmonies of #AF6CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CF0

Black with #AF6CF0

Text Example


Text Example

White with #AF6CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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