Html Css Color HEX #AC98F2 Biloba Flower

📋 copy color: '#AC98F2'

red 172 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #AC98F2

Tints of Biloba Flower #AC98F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 30.39%
G = 26.86%
B = 42.76%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC98F2 (or 0xAC98F2) is known color: Biloba Flower. HEX triplet: AC, 98 and F2. RGB value is (172,152,242). Sum of RGB (Red+Green+Blue) = 172+152+242=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC98F2 is #53670D. Grayscale: #A7A7A7. Windows color (decimal): -5465870 or 15898796. OLE color: 15898796.

HSL color Cylindrical-coordinate representation of color #AC98F2: hue angle of 253.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC98F2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 152 242 -
CMYK 0.29 0.37 0 0.05
HSL 253.33º 0.78% 0.77% -
HSV(B) 253.33º 0.37% 0.95% -
XYZ 44.27 37.64 88.94 -
YUV 168.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 172 152 242 0.29 0.37 0 0.05 253.33 0.78 0.77
Hex AC 98 F2 1D 25 0 5 FD 4E 4D
Octal 254 230 362 35 45 0 5 375 116 115
Binary 10101100 10011000 11110010 11101 100101 0 101 11111101 1001110 1001101

Color Harmonies of #AC98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC98F2

Black with #AC98F2

Text Example


Text Example

White with #AC98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC98F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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