Html Css Color HEX #AF6AFB Medium Purple

📋 copy color: '#AF6AFB'

red 175 ◦ green 106 ◦ blue 251

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

Shades of Medium Purple #AF6AFB

Tints of Medium Purple #AF6AFB

RGB

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

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

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

R = 32.89%
G = 19.92%
B = 47.18%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6AFB (or 0xAF6AFB) is known color: Medium Purple. HEX triplet: AF, 6A and FB. RGB value is (175,106,251). Sum of RGB (Red+Green+Blue) = 175+106+251=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF6AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AFB is #509504. Grayscale: #8E8E8E. Windows color (decimal): -5281029 or 16476847. OLE color: 16476847.

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

Color convert

RGB 175 106 251 -
CMYK 0.30 0.58 0 0.02
HSL 268.55º 0.95% 0.7% -
HSV(B) 268.55º 0.58% 0.98% -
XYZ 40.25 26.39 94.24 -
YUV 143.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 175 106 251 0.30 0.58 0 0.02 268.55 0.95 0.7
Hex AF 6A FB 1E 3A 0 2 10D 5F 46
Octal 257 152 373 36 72 0 2 415 137 106
Binary 10101111 1101010 11111011 11110 111010 0 10 100001101 1011111 1000110

Color Harmonies of #AF6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AFB

Black with #AF6AFB

Text Example


Text Example

White with #AF6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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