Html Css Color HEX #AC98D4 Biloba Flower

📋 copy color: '#AC98D4'

red 172 ◦ green 152 ◦ blue 212

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

Shades of Biloba Flower #AC98D4

Tints of Biloba Flower #AC98D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 32.09%
G = 28.36%
B = 39.55%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC98D4 (or 0xAC98D4) is known color: Biloba Flower. HEX triplet: AC, 98 and D4. RGB value is (172,152,212). Sum of RGB (Red+Green+Blue) = 172+152+212=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC98D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98D4 is #53672B. Grayscale: #A4A4A4. Windows color (decimal): -5465900 or 13932716. OLE color: 13932716.

HSL color Cylindrical-coordinate representation of color #AC98D4: hue angle of 260º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC98D4 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 152 212 -
CMYK 0.19 0.28 0 0.17
HSL 260º 0.41% 0.71% -
HSV(B) 260º 0.28% 0.83% -
XYZ 40.13 35.98 67.12 -
YUV 164.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 172 152 212 0.19 0.28 0 0.17 260 0.41 0.71
Hex AC 98 D4 13 1C 0 11 104 29 47
Octal 254 230 324 23 34 0 21 404 51 107
Binary 10101100 10011000 11010100 10011 11100 0 10001 100000100 101001 1000111

Color Harmonies of #AC98D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98D4

Black with #AC98D4

Text Example


Text Example

White with #AC98D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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