Html Css Color HEX #AC93E6 Biloba Flower

📋 copy color: '#AC93E6'

red 172 ◦ green 147 ◦ blue 230

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

Shades of Biloba Flower #AC93E6

Tints of Biloba Flower #AC93E6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.78%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 31.33%
G = 26.78%
B = 41.89%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC93E6 (or 0xAC93E6) is known color: Biloba Flower. HEX triplet: AC, 93 and E6. RGB value is (172,147,230). Sum of RGB (Red+Green+Blue) = 172+147+230=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC93E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93E6 is #536C19. Grayscale: #A3A3A3. Windows color (decimal): -5467162 or 15111084. OLE color: 15111084.

HSL color Cylindrical-coordinate representation of color #AC93E6: hue angle of 258.07º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC93E6 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 147 230 -
CMYK 0.25 0.36 0 0.10
HSL 258.07º 0.62% 0.74% -
HSV(B) 258.07º 0.36% 0.9% -
XYZ 41.73 35.35 79.49 -
YUV 163.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 172 147 230 0.25 0.36 0 0.10 258.07 0.62 0.74
Hex AC 93 E6 19 24 0 A 102 3E 4A
Octal 254 223 346 31 44 0 12 402 76 112
Binary 10101100 10010011 11100110 11001 100100 0 1010 100000010 111110 1001010

Color Harmonies of #AC93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93E6

Black with #AC93E6

Text Example


Text Example

White with #AC93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93E6; }

 p { color: rgb(172,147,230); }

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

background-color css

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

 a { background-color: rgb(172,147,230); }

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

border-color css

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

 span { border-color: rgb(172,147,230); }

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