Html Css Color HEX #AC98EC Biloba Flower

📋 copy color: '#AC98EC'

red 172 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #AC98EC

Tints of Biloba Flower #AC98EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 30.71%
G = 27.14%
B = 42.14%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC98EC (or 0xAC98EC) is known color: Biloba Flower. HEX triplet: AC, 98 and EC. RGB value is (172,152,236). Sum of RGB (Red+Green+Blue) = 172+152+236=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98EC is #536713. Grayscale: #A7A7A7. Windows color (decimal): -5465876 or 15505580. OLE color: 15505580.

HSL color Cylindrical-coordinate representation of color #AC98EC: hue angle of 254.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC98EC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 152 236 -
CMYK 0.27 0.36 0 0.07
HSL 254.29º 0.69% 0.76% -
HSV(B) 254.29º 0.36% 0.93% -
XYZ 43.38 37.28 84.27 -
YUV 167.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 172 152 236 0.27 0.36 0 0.07 254.29 0.69 0.76
Hex AC 98 EC 1B 24 0 7 FE 45 4C
Octal 254 230 354 33 44 0 7 376 105 114
Binary 10101100 10011000 11101100 11011 100100 0 111 11111110 1000101 1001100

Color Harmonies of #AC98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98EC

Black with #AC98EC

Text Example


Text Example

White with #AC98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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