Html Css Color HEX #AC6BED Medium Purple

📋 copy color: '#AC6BED'

red 172 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #AC6BED

Tints of Medium Purple #AC6BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 33.33%
G = 20.74%
B = 45.93%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC6BED (or 0xAC6BED) is known color: Medium Purple. HEX triplet: AC, 6B and ED. RGB value is (172,107,237). Sum of RGB (Red+Green+Blue) = 172+107+237=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC6BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC6BED is #539412. Grayscale: #8C8C8C. Windows color (decimal): -5477395 or 15559596. OLE color: 15559596.

HSL color Cylindrical-coordinate representation of color #AC6BED: hue angle of 270º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC6BED is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 107 237 -
CMYK 0.27 0.55 0 0.07
HSL 270º 0.78% 0.67% -
HSV(B) 270º 0.55% 0.93% -
XYZ 37.56 25.4 83.04 -
YUV 141.26 182.03 149.93 -
System Red Green Blue C M Y K H S L
Decimal 172 107 237 0.27 0.55 0 0.07 270 0.78 0.67
Hex AC 6B ED 1B 37 0 7 10E 4E 43
Octal 254 153 355 33 67 0 7 416 116 103
Binary 10101100 1101011 11101101 11011 110111 0 111 100001110 1001110 1000011

Color Harmonies of #AC6BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BED

Black with #AC6BED

Text Example


Text Example

White with #AC6BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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