Html Css Color HEX #AC9FED Biloba Flower

📋 copy color: '#AC9FED'

red 172 ◦ green 159 ◦ blue 237

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

Shades of Biloba Flower #AC9FED

Tints of Biloba Flower #AC9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 30.28%
G = 27.99%
B = 41.73%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC9FED (or 0xAC9FED) is known color: Biloba Flower. HEX triplet: AC, 9F and ED. RGB value is (172,159,237). Sum of RGB (Red+Green+Blue) = 172+159+237=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FED is #536012. Grayscale: #ABABAB. Windows color (decimal): -5464083 or 15572908. OLE color: 15572908.

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

Color convert

RGB 172 159 237 -
CMYK 0.27 0.33 0 0.07
HSL 250º 0.68% 0.78% -
HSV(B) 250º 0.33% 0.93% -
XYZ 44.7 39.68 85.42 -
YUV 171.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 172 159 237 0.27 0.33 0 0.07 250 0.68 0.78
Hex AC 9F ED 1B 21 0 7 FA 44 4E
Octal 254 237 355 33 41 0 7 372 104 116
Binary 10101100 10011111 11101101 11011 100001 0 111 11111010 1000100 1001110

Color Harmonies of #AC9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FED

Black with #AC9FED

Text Example


Text Example

White with #AC9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FED; }

 p { color: rgb(172,159,237); }

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

background-color css

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

 a { background-color: rgb(172,159,237); }

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

border-color css

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

 span { border-color: rgb(172,159,237); }

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