Html Css Color HEX #AF6EFB Medium Purple

📋 copy color: '#AF6EFB'

red 175 ◦ green 110 ◦ blue 251

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

Shades of Medium Purple #AF6EFB

Tints of Medium Purple #AF6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 32.65%
G = 20.52%
B = 46.83%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6EFB (or 0xAF6EFB) is known color: Medium Purple. HEX triplet: AF, 6E and FB. RGB value is (175,110,251). Sum of RGB (Red+Green+Blue) = 175+110+251=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF6EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EFB is #509104. Grayscale: #919191. Windows color (decimal): -5280005 or 16477871. OLE color: 16477871.

HSL color Cylindrical-coordinate representation of color #AF6EFB: hue angle of 267.66º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6EFB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 110 251 -
CMYK 0.30 0.56 0 0.02
HSL 267.66º 0.95% 0.71% -
HSV(B) 267.66º 0.56% 0.98% -
XYZ 40.67 27.23 94.38 -
YUV 145.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 175 110 251 0.30 0.56 0 0.02 267.66 0.95 0.71
Hex AF 6E FB 1E 38 0 2 10C 5F 47
Octal 257 156 373 36 70 0 2 414 137 107
Binary 10101111 1101110 11111011 11110 111000 0 10 100001100 1011111 1000111

Color Harmonies of #AF6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EFB

Black with #AF6EFB

Text Example


Text Example

White with #AF6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EFB; }

 p { color: rgb(175,110,251); }

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

background-color css

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

 a { background-color: rgb(175,110,251); }

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

border-color css

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

 span { border-color: rgb(175,110,251); }

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