Html Css Color HEX #AF6AFE Medium Purple

📋 copy color: '#AF6AFE'

red 175 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #AF6AFE

Tints of Medium Purple #AF6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 32.71%
G = 19.81%
B = 47.48%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF6AFE (or 0xAF6AFE) is known color: Medium Purple. HEX triplet: AF, 6A and FE. RGB value is (175,106,254). Sum of RGB (Red+Green+Blue) = 175+106+254=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF6AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AFE is #509501. Grayscale: #8E8E8E. Windows color (decimal): -5281026 or 16673455. OLE color: 16673455.

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

Color convert

RGB 175 106 254 -
CMYK 0.31 0.58 0 0.00
HSL 267.97º 0.99% 0.71% -
HSV(B) 267.97º 0.58% 1% -
XYZ 40.72 26.58 96.75 -
YUV 143.5 190.36 150.47 -
System Red Green Blue C M Y K H S L
Decimal 175 106 254 0.31 0.58 0 0.00 267.97 0.99 0.71
Hex AF 6A FE 1F 3A 0 0 10C 63 47
Octal 257 152 376 37 72 0 0 414 143 107
Binary 10101111 1101010 11111110 11111 111010 0 0 100001100 1100011 1000111

Color Harmonies of #AF6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AFE

Black with #AF6AFE

Text Example


Text Example

White with #AF6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AFE; }

 p { color: rgb(175,106,254); }

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

background-color css

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

 a { background-color: rgb(175,106,254); }

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

border-color css

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

 span { border-color: rgb(175,106,254); }

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