Html Css Color HEX #AC4AFB Medium Orchid

📋 copy color: '#AC4AFB'

red 172 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #AC4AFB

Tints of Medium Orchid #AC4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

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

R = 34.61%
G = 14.89%
B = 50.5%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4AFB (or 0xAC4AFB) is known color: Medium Orchid. HEX triplet: AC, 4A and FB. RGB value is (172,74,251). Sum of RGB (Red+Green+Blue) = 172+74+251=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4AFB is #53B504. Grayscale: #7A7A7A. Windows color (decimal): -5485829 or 16468652. OLE color: 16468652.

HSL color Cylindrical-coordinate representation of color #AC4AFB: hue angle of 273.22º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC4AFB is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 74 251 -
CMYK 0.31 0.71 0 0.02
HSL 273.22º 0.96% 0.64% -
HSV(B) 273.22º 0.71% 0.98% -
XYZ 36.87 20.63 93.31 -
YUV 123.48 199.97 162.61 -
System Red Green Blue C M Y K H S L
Decimal 172 74 251 0.31 0.71 0 0.02 273.22 0.96 0.64
Hex AC 4A FB 1F 47 0 2 111 60 40
Octal 254 112 373 37 107 0 2 421 140 100
Binary 10101100 1001010 11111011 11111 1000111 0 10 100010001 1100000 1000000

Color Harmonies of #AC4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4AFB

Black with #AC4AFB

Text Example


Text Example

White with #AC4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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