Html Css Color HEX #AC94F0 Biloba Flower

📋 copy color: '#AC94F0'

red 172 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #AC94F0

Tints of Biloba Flower #AC94F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.43%

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 30.71%
G = 26.43%
B = 42.86%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC94F0 (or 0xAC94F0) is known color: Biloba Flower. HEX triplet: AC, 94 and F0. RGB value is (172,148,240). Sum of RGB (Red+Green+Blue) = 172+148+240=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94F0 is #536B0F. Grayscale: #A5A5A5. Windows color (decimal): -5466896 or 15766700. OLE color: 15766700.

HSL color Cylindrical-coordinate representation of color #AC94F0: hue angle of 255.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC94F0 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 148 240 -
CMYK 0.28 0.38 0 0.06
HSL 255.65º 0.75% 0.76% -
HSV(B) 255.65º 0.38% 0.94% -
XYZ 43.33 36.24 87.15 -
YUV 165.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 172 148 240 0.28 0.38 0 0.06 255.65 0.75 0.76
Hex AC 94 F0 1C 26 0 6 100 4B 4C
Octal 254 224 360 34 46 0 6 400 113 114
Binary 10101100 10010100 11110000 11100 100110 0 110 100000000 1001011 1001100

Color Harmonies of #AC94F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94F0

Black with #AC94F0

Text Example


Text Example

White with #AC94F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94F0; }

 p { color: rgb(172,148,240); }

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

background-color css

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

 a { background-color: rgb(172,148,240); }

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

border-color css

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

 span { border-color: rgb(172,148,240); }

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