Html Css Color HEX #AC93F2 Biloba Flower

📋 copy color: '#AC93F2'

red 172 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #AC93F2

Tints of Biloba Flower #AC93F2

RGB

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

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

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

R = 30.66%
G = 26.2%
B = 43.14%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC93F2 (or 0xAC93F2) is known color: Biloba Flower. HEX triplet: AC, 93 and F2. RGB value is (172,147,242). Sum of RGB (Red+Green+Blue) = 172+147+242=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC93F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93F2 is #536C0D. Grayscale: #A4A4A4. Windows color (decimal): -5467150 or 15897516. OLE color: 15897516.

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

Color convert

RGB 172 147 242 -
CMYK 0.29 0.39 0 0.05
HSL 255.79º 0.79% 0.76% -
HSV(B) 255.79º 0.39% 0.95% -
XYZ 43.47 36.05 88.67 -
YUV 165.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 172 147 242 0.29 0.39 0 0.05 255.79 0.79 0.76
Hex AC 93 F2 1D 27 0 5 100 4F 4C
Octal 254 223 362 35 47 0 5 400 117 114
Binary 10101100 10010011 11110010 11101 100111 0 101 100000000 1001111 1001100

Color Harmonies of #AC93F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC93F2

Black with #AC93F2

Text Example


Text Example

White with #AC93F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC93F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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