Html Css Color HEX #AF6BFA Medium Purple

📋 copy color: '#AF6BFA'

red 175 ◦ green 107 ◦ blue 250

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

Shades of Medium Purple #AF6BFA

Tints of Medium Purple #AF6BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.99%

R = 32.89%
G = 20.11%
B = 46.99%

CMYK

 C value IS 0.3

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6BFA (or 0xAF6BFA) is known color: Medium Purple. HEX triplet: AF, 6B and FA. RGB value is (175,107,250). Sum of RGB (Red+Green+Blue) = 175+107+250=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF6BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFA is #509405. Grayscale: #8F8F8F. Windows color (decimal): -5280774 or 16411567. OLE color: 16411567.

HSL color Cylindrical-coordinate representation of color #AF6BFA: hue angle of 268.53º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6BFA is Cyan = 0.3, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 107 250 -
CMYK 0.3 0.57 0 0.02
HSL 268.53º 0.93% 0.7% -
HSV(B) 268.53º 0.57% 0.98% -
XYZ 40.19 26.53 93.45 -
YUV 143.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 175 107 250 0.3 0.57 0 0.02 268.53 0.93 0.7
Hex AF 6B FA 1E 39 0 2 10D 5D 46
Octal 257 153 372 36 71 0 2 415 135 106
Binary 10101111 1101011 11111010 11110 111001 0 10 100001101 1011101 1000110

Color Harmonies of #AF6BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BFA

Black with #AF6BFA

Text Example


Text Example

White with #AF6BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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