Html Css Color HEX #AF6CFB Medium Purple

📋 copy color: '#AF6CFB'

red 175 ◦ green 108 ◦ blue 251

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

Shades of Medium Purple #AF6CFB

Tints of Medium Purple #AF6CFB

RGB

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

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

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

R = 32.77%
G = 20.22%
B = 47%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF6CFB (or 0xAF6CFB) is known color: Medium Purple. HEX triplet: AF, 6C and FB. RGB value is (175,108,251). Sum of RGB (Red+Green+Blue) = 175+108+251=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF6CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CFB is #509304. Grayscale: #8F8F8F. Windows color (decimal): -5280517 or 16477359. OLE color: 16477359.

HSL color Cylindrical-coordinate representation of color #AF6CFB: hue angle of 268.11º degrees, saturation: 0.95, 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 #AF6CFB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 108 251 -
CMYK 0.30 0.57 0 0.02
HSL 268.11º 0.95% 0.7% -
HSV(B) 268.11º 0.57% 0.98% -
XYZ 40.45 26.8 94.31 -
YUV 144.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 175 108 251 0.30 0.57 0 0.02 268.11 0.95 0.7
Hex AF 6C FB 1E 39 0 2 10C 5F 46
Octal 257 154 373 36 71 0 2 414 137 106
Binary 10101111 1101100 11111011 11110 111001 0 10 100001100 1011111 1000110

Color Harmonies of #AF6CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CFB

Black with #AF6CFB

Text Example


Text Example

White with #AF6CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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