Html Css Color HEX #AC98E2 Biloba Flower

📋 copy color: '#AC98E2'

red 172 ◦ green 152 ◦ blue 226

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

Shades of Biloba Flower #AC98E2

Tints of Biloba Flower #AC98E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.09%

R = 31.27%
G = 27.64%
B = 41.09%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC98E2 (or 0xAC98E2) is known color: Biloba Flower. HEX triplet: AC, 98 and E2. RGB value is (172,152,226). Sum of RGB (Red+Green+Blue) = 172+152+226=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC98E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC98E2 is #53671D. Grayscale: #A6A6A6. Windows color (decimal): -5465886 or 14850220. OLE color: 14850220.

HSL color Cylindrical-coordinate representation of color #AC98E2: hue angle of 256.22º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC98E2 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 152 226 -
CMYK 0.24 0.33 0 0.11
HSL 256.22º 0.56% 0.74% -
HSV(B) 256.22º 0.33% 0.89% -
XYZ 41.97 36.72 76.83 -
YUV 166.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 172 152 226 0.24 0.33 0 0.11 256.22 0.56 0.74
Hex AC 98 E2 18 21 0 B 100 38 4A
Octal 254 230 342 30 41 0 13 400 70 112
Binary 10101100 10011000 11100010 11000 100001 0 1011 100000000 111000 1001010

Color Harmonies of #AC98E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98E2

Black with #AC98E2

Text Example


Text Example

White with #AC98E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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