Html Css Color HEX #AC94EE Biloba Flower

📋 copy color: '#AC94EE'

red 172 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #AC94EE

Tints of Biloba Flower #AC94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 30.82%
G = 26.52%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC94EE (or 0xAC94EE) is known color: Biloba Flower. HEX triplet: AC, 94 and EE. RGB value is (172,148,238). Sum of RGB (Red+Green+Blue) = 172+148+238=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC94EE is #536B11. Grayscale: #A5A5A5. Windows color (decimal): -5466898 or 15635628. OLE color: 15635628.

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

Color convert

RGB 172 148 238 -
CMYK 0.28 0.38 0 0.07
HSL 256º 0.73% 0.76% -
HSV(B) 256º 0.38% 0.93% -
XYZ 43.04 36.12 85.59 -
YUV 165.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 172 148 238 0.28 0.38 0 0.07 256 0.73 0.76
Hex AC 94 EE 1C 26 0 7 100 49 4C
Octal 254 224 356 34 46 0 7 400 111 114
Binary 10101100 10010100 11101110 11100 100110 0 111 100000000 1001001 1001100

Color Harmonies of #AC94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC94EE

Black with #AC94EE

Text Example


Text Example

White with #AC94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC94EE; }

 p { color: rgb(172,148,238); }

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

background-color css

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

 a { background-color: rgb(172,148,238); }

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

border-color css

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

 span { border-color: rgb(172,148,238); }

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