Html Css Color HEX #AC8FF0 Biloba Flower

📋 copy color: '#AC8FF0'

red 172 ◦ green 143 ◦ blue 240

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

Shades of Biloba Flower #AC8FF0

Tints of Biloba Flower #AC8FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.77%

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

R = 30.99%
G = 25.77%
B = 43.24%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC8FF0 (or 0xAC8FF0) is known color: Biloba Flower. HEX triplet: AC, 8F and F0. RGB value is (172,143,240). Sum of RGB (Red+Green+Blue) = 172+143+240=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC8FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8FF0 is #53700F. Grayscale: #A2A2A2. Windows color (decimal): -5468176 or 15765420. OLE color: 15765420.

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

Color convert

RGB 172 143 240 -
CMYK 0.28 0.40 0 0.06
HSL 257.94º 0.76% 0.75% -
HSV(B) 257.94º 0.4% 0.94% -
XYZ 42.56 34.71 86.89 -
YUV 162.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 172 143 240 0.28 0.40 0 0.06 257.94 0.76 0.75
Hex AC 8F F0 1C 28 0 6 102 4C 4B
Octal 254 217 360 34 50 0 6 402 114 113
Binary 10101100 10001111 11110000 11100 101000 0 110 100000010 1001100 1001011

Color Harmonies of #AC8FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FF0

Black with #AC8FF0

Text Example


Text Example

White with #AC8FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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