Html Css Color HEX #AC7FDB Biloba Flower

📋 copy color: '#AC7FDB'

red 172 ◦ green 127 ◦ blue 219

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

Shades of Biloba Flower #AC7FDB

Tints of Biloba Flower #AC7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.52%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 33.2%
G = 24.52%
B = 42.28%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC7FDB (or 0xAC7FDB) is known color: Biloba Flower. HEX triplet: AC, 7F and DB. RGB value is (172,127,219). Sum of RGB (Red+Green+Blue) = 172+127+219=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FDB is #538024. Grayscale: #969696. Windows color (decimal): -5472293 or 14385068. OLE color: 14385068.

HSL color Cylindrical-coordinate representation of color #AC7FDB: hue angle of 269.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7FDB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 127 219 -
CMYK 0.21 0.42 0 0.14
HSL 269.35º 0.56% 0.68% -
HSV(B) 269.35º 0.42% 0.86% -
XYZ 37.39 29.06 70.66 -
YUV 150.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 172 127 219 0.21 0.42 0 0.14 269.35 0.56 0.68
Hex AC 7F DB 15 2A 0 E 10D 38 44
Octal 254 177 333 25 52 0 16 415 70 104
Binary 10101100 1111111 11011011 10101 101010 0 1110 100001101 111000 1000100

Color Harmonies of #AC7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FDB

Black with #AC7FDB

Text Example


Text Example

White with #AC7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FDB; }

 p { color: rgb(172,127,219); }

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

background-color css

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

 a { background-color: rgb(172,127,219); }

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

border-color css

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

 span { border-color: rgb(172,127,219); }

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