Html Css Color HEX #AC8CFA Biloba Flower

📋 copy color: '#AC8CFA'

red 172 ◦ green 140 ◦ blue 250

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

Shades of Biloba Flower #AC8CFA

Tints of Biloba Flower #AC8CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.91%

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

R = 30.6%
G = 24.91%
B = 44.48%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC8CFA (or 0xAC8CFA) is known color: Biloba Flower. HEX triplet: AC, 8C and FA. RGB value is (172,140,250). Sum of RGB (Red+Green+Blue) = 172+140+250=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8CFA is #537305. Grayscale: #A1A1A1. Windows color (decimal): -5468934 or 16420012. OLE color: 16420012.

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

Color convert

RGB 172 140 250 -
CMYK 0.31 0.44 0 0.02
HSL 257.45º 0.92% 0.76% -
HSV(B) 257.45º 0.44% 0.98% -
XYZ 43.65 34.43 94.79 -
YUV 162.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 172 140 250 0.31 0.44 0 0.02 257.45 0.92 0.76
Hex AC 8C FA 1F 2C 0 2 101 5C 4C
Octal 254 214 372 37 54 0 2 401 134 114
Binary 10101100 10001100 11111010 11111 101100 0 10 100000001 1011100 1001100

Color Harmonies of #AC8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CFA

Black with #AC8CFA

Text Example


Text Example

White with #AC8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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