Html Css Color HEX #AC7DDA Biloba Flower

📋 copy color: '#AC7DDA'

red 172 ◦ green 125 ◦ blue 218

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

Shades of Biloba Flower #AC7DDA

Tints of Biloba Flower #AC7DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 33.4%
G = 24.27%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC7DDA (or 0xAC7DDA) is known color: Biloba Flower. HEX triplet: AC, 7D and DA. RGB value is (172,125,218). Sum of RGB (Red+Green+Blue) = 172+125+218=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DDA is #538225. Grayscale: #959595. Windows color (decimal): -5472806 or 14319020. OLE color: 14319020.

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

Color convert

RGB 172 125 218 -
CMYK 0.21 0.43 0 0.15
HSL 270.32º 0.56% 0.67% -
HSV(B) 270.32º 0.43% 0.85% -
XYZ 37 28.5 69.88 -
YUV 149.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 172 125 218 0.21 0.43 0 0.15 270.32 0.56 0.67
Hex AC 7D DA 15 2B 0 F 10E 38 43
Octal 254 175 332 25 53 0 17 416 70 103
Binary 10101100 1111101 11011010 10101 101011 0 1111 100001110 111000 1000011

Color Harmonies of #AC7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DDA

Black with #AC7DDA

Text Example


Text Example

White with #AC7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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