Html Css Color HEX #AC98C6 Biloba Flower

📋 copy color: '#AC98C6'

red 172 ◦ green 152 ◦ blue 198

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

Shades of Biloba Flower #AC98C6

Tints of Biloba Flower #AC98C6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.12%

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 32.95%
G = 29.12%
B = 37.93%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC98C6 (or 0xAC98C6) is known color: Biloba Flower. HEX triplet: AC, 98 and C6. RGB value is (172,152,198). Sum of RGB (Red+Green+Blue) = 172+152+198=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC98C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98C6 is #536739. Grayscale: #A3A3A3. Windows color (decimal): -5465914 or 13015212. OLE color: 13015212.

HSL color Cylindrical-coordinate representation of color #AC98C6: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC98C6 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 152 198 -
CMYK 0.13 0.23 0 0.22
HSL 266.09º 0.29% 0.69% -
HSV(B) 266.09º 0.23% 0.78% -
XYZ 38.43 35.3 58.21 -
YUV 163.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 172 152 198 0.13 0.23 0 0.22 266.09 0.29 0.69
Hex AC 98 C6 D 17 0 16 10A 1D 45
Octal 254 230 306 15 27 0 26 412 35 105
Binary 10101100 10011000 11000110 1101 10111 0 10110 100001010 11101 1000101

Color Harmonies of #AC98C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98C6

Black with #AC98C6

Text Example


Text Example

White with #AC98C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98C6; }

 p { color: rgb(172,152,198); }

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

background-color css

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

 a { background-color: rgb(172,152,198); }

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

border-color css

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

 span { border-color: rgb(172,152,198); }

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