Html Css Color HEX #AC6BFB Medium Purple

📋 copy color: '#AC6BFB'

red 172 ◦ green 107 ◦ blue 251

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

Shades of Medium Purple #AC6BFB

Tints of Medium Purple #AC6BFB

RGB

 RED value IS 172 (67.58% from 255) = 32.45%

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

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

R = 32.45%
G = 20.19%
B = 47.36%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC6BFB (or 0xAC6BFB) is known color: Medium Purple. HEX triplet: AC, 6B and FB. RGB value is (172,107,251). Sum of RGB (Red+Green+Blue) = 172+107+251=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BFB is #539404. Grayscale: #8E8E8E. Windows color (decimal): -5477381 or 16477100. OLE color: 16477100.

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

Color convert

RGB 172 107 251 -
CMYK 0.31 0.57 0 0.02
HSL 267.08º 0.95% 0.7% -
HSV(B) 267.08º 0.57% 0.98% -
XYZ 39.68 26.25 94.24 -
YUV 142.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 172 107 251 0.31 0.57 0 0.02 267.08 0.95 0.7
Hex AC 6B FB 1F 39 0 2 10B 5F 46
Octal 254 153 373 37 71 0 2 413 137 106
Binary 10101100 1101011 11111011 11111 111001 0 10 100001011 1011111 1000110

Color Harmonies of #AC6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BFB

Black with #AC6BFB

Text Example


Text Example

White with #AC6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BFB; }

 p { color: rgb(172,107,251); }

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

background-color css

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

 a { background-color: rgb(172,107,251); }

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

border-color css

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

 span { border-color: rgb(172,107,251); }

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