Html Css Color HEX #AF6CF1 Medium Purple

📋 copy color: '#AF6CF1'

red 175 ◦ green 108 ◦ blue 241

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

Shades of Medium Purple #AF6CF1

Tints of Medium Purple #AF6CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.99%

R = 33.4%
G = 20.61%
B = 45.99%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF6CF1 (or 0xAF6CF1) is known color: Medium Purple. HEX triplet: AF, 6C and F1. RGB value is (175,108,241). Sum of RGB (Red+Green+Blue) = 175+108+241=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF6CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CF1 is #50930E. Grayscale: #8E8E8E. Windows color (decimal): -5280527 or 15821999. OLE color: 15821999.

HSL color Cylindrical-coordinate representation of color #AF6CF1: hue angle of 270.23º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF6CF1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 108 241 -
CMYK 0.27 0.55 0 0.05
HSL 270.23º 0.83% 0.68% -
HSV(B) 270.23º 0.55% 0.95% -
XYZ 38.92 26.19 86.22 -
YUV 143.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 175 108 241 0.27 0.55 0 0.05 270.23 0.83 0.68
Hex AF 6C F1 1B 37 0 5 10E 53 44
Octal 257 154 361 33 67 0 5 416 123 104
Binary 10101111 1101100 11110001 11011 110111 0 101 100001110 1010011 1000100

Color Harmonies of #AF6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CF1

Black with #AF6CF1

Text Example


Text Example

White with #AF6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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