Html Css Color HEX #AC90CB Biloba Flower

📋 copy color: '#AC90CB'

red 172 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #AC90CB

Tints of Biloba Flower #AC90CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 33.14%
G = 27.75%
B = 39.11%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC90CB (or 0xAC90CB) is known color: Biloba Flower. HEX triplet: AC, 90 and CB. RGB value is (172,144,203). Sum of RGB (Red+Green+Blue) = 172+144+203=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC90CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC90CB is #536F34. Grayscale: #9E9E9E. Windows color (decimal): -5467957 or 13340844. OLE color: 13340844.

HSL color Cylindrical-coordinate representation of color #AC90CB: hue angle of 268.47º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC90CB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 144 203 -
CMYK 0.15 0.29 0 0.20
HSL 268.47º 0.36% 0.68% -
HSV(B) 268.47º 0.29% 0.8% -
XYZ 37.77 33.03 60.88 -
YUV 159.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 172 144 203 0.15 0.29 0 0.20 268.47 0.36 0.68
Hex AC 90 CB F 1D 0 14 10C 24 44
Octal 254 220 313 17 35 0 24 414 44 104
Binary 10101100 10010000 11001011 1111 11101 0 10100 100001100 100100 1000100

Color Harmonies of #AC90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90CB

Black with #AC90CB

Text Example


Text Example

White with #AC90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90CB; }

 p { color: rgb(172,144,203); }

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

background-color css

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

 a { background-color: rgb(172,144,203); }

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

border-color css

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

 span { border-color: rgb(172,144,203); }

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