Html Css Color HEX #AC4BFA Medium Orchid

📋 copy color: '#AC4BFA'

red 172 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #AC4BFA

Tints of Medium Orchid #AC4BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.3%

R = 34.61%
G = 15.09%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC4BFA (or 0xAC4BFA) is known color: Medium Orchid. HEX triplet: AC, 4B and FA. RGB value is (172,75,250). Sum of RGB (Red+Green+Blue) = 172+75+250=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC4BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BFA is #53B405. Grayscale: #7B7B7B. Windows color (decimal): -5485574 or 16403372. OLE color: 16403372.

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

Color convert

RGB 172 75 250 -
CMYK 0.31 0.7 0 0.02
HSL 273.26º 0.95% 0.64% -
HSV(B) 273.26º 0.7% 0.98% -
XYZ 36.78 20.7 92.5 -
YUV 123.95 199.14 162.27 -
System Red Green Blue C M Y K H S L
Decimal 172 75 250 0.31 0.7 0 0.02 273.26 0.95 0.64
Hex AC 4B FA 1F 46 0 2 111 5F 40
Octal 254 113 372 37 106 0 2 421 137 100
Binary 10101100 1001011 11111010 11111 1000110 0 10 100010001 1011111 1000000

Color Harmonies of #AC4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BFA

Black with #AC4BFA

Text Example


Text Example

White with #AC4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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