Html Css Color HEX #AC7DDB Biloba Flower

📋 copy color: '#AC7DDB'

red 172 ◦ green 125 ◦ blue 219

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

Shades of Biloba Flower #AC7DDB

Tints of Biloba Flower #AC7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

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

R = 33.33%
G = 24.22%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC7DDB (or 0xAC7DDB) is known color: Biloba Flower. HEX triplet: AC, 7D and DB. RGB value is (172,125,219). Sum of RGB (Red+Green+Blue) = 172+125+219=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDB is #538224. Grayscale: #959595. Windows color (decimal): -5472805 or 14384556. OLE color: 14384556.

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

Color convert

RGB 172 125 219 -
CMYK 0.21 0.43 0 0.14
HSL 270º 0.57% 0.67% -
HSV(B) 270º 0.43% 0.86% -
XYZ 37.13 28.55 70.57 -
YUV 149.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 172 125 219 0.21 0.43 0 0.14 270 0.57 0.67
Hex AC 7D DB 15 2B 0 E 10E 39 43
Octal 254 175 333 25 53 0 16 416 71 103
Binary 10101100 1111101 11011011 10101 101011 0 1110 100001110 111001 1000011

Color Harmonies of #AC7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DDB

Black with #AC7DDB

Text Example


Text Example

White with #AC7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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