Html Css Color HEX #AC92F0 Biloba Flower

📋 copy color: '#AC92F0'

red 172 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #AC92F0

Tints of Biloba Flower #AC92F0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.16%

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

R = 30.82%
G = 26.16%
B = 43.01%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC92F0 (or 0xAC92F0) is known color: Biloba Flower. HEX triplet: AC, 92 and F0. RGB value is (172,146,240). Sum of RGB (Red+Green+Blue) = 172+146+240=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC92F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC92F0 is #536D0F. Grayscale: #A4A4A4. Windows color (decimal): -5467408 or 15766188. OLE color: 15766188.

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

Color convert

RGB 172 146 240 -
CMYK 0.28 0.39 0 0.06
HSL 256.6º 0.76% 0.76% -
HSV(B) 256.6º 0.39% 0.94% -
XYZ 43.02 35.62 87.05 -
YUV 164.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 172 146 240 0.28 0.39 0 0.06 256.6 0.76 0.76
Hex AC 92 F0 1C 27 0 6 101 4C 4C
Octal 254 222 360 34 47 0 6 401 114 114
Binary 10101100 10010010 11110000 11100 100111 0 110 100000001 1001100 1001100

Color Harmonies of #AC92F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC92F0

Black with #AC92F0

Text Example


Text Example

White with #AC92F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC92F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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