Html Css Color HEX #AC4BFB Medium Orchid

📋 copy color: '#AC4BFB'

red 172 ◦ green 75 ◦ blue 251

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

Shades of Medium Orchid #AC4BFB

Tints of Medium Orchid #AC4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.06%

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

R = 34.54%
G = 15.06%
B = 50.4%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4BFB (or 0xAC4BFB) is known color: Medium Orchid. HEX triplet: AC, 4B and FB. RGB value is (172,75,251). Sum of RGB (Red+Green+Blue) = 172+75+251=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC4BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BFB is #53B404. Grayscale: #7B7B7B. Windows color (decimal): -5485573 or 16468908. OLE color: 16468908.

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

Color convert

RGB 172 75 251 -
CMYK 0.31 0.70 0 0.02
HSL 273.07º 0.96% 0.64% -
HSV(B) 273.07º 0.7% 0.98% -
XYZ 36.94 20.77 93.33 -
YUV 124.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 172 75 251 0.31 0.70 0 0.02 273.07 0.96 0.64
Hex AC 4B FB 1F 46 0 2 111 60 40
Octal 254 113 373 37 106 0 2 421 140 100
Binary 10101100 1001011 11111011 11111 1000110 0 10 100010001 1100000 1000000

Color Harmonies of #AC4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BFB

Black with #AC4BFB

Text Example


Text Example

White with #AC4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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