Html Css Color HEX #AC90FD Biloba Flower

📋 copy color: '#AC90FD'

red 172 ◦ green 144 ◦ blue 253

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

Shades of Biloba Flower #AC90FD

Tints of Biloba Flower #AC90FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.31%

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 30.23%
G = 25.31%
B = 44.46%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC90FD (or 0xAC90FD) is known color: Biloba Flower. HEX triplet: AC, 90 and FD. RGB value is (172,144,253). Sum of RGB (Red+Green+Blue) = 172+144+253=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90FD is #536F02. Grayscale: #A4A4A4. Windows color (decimal): -5467907 or 16617644. OLE color: 16617644.

HSL color Cylindrical-coordinate representation of color #AC90FD: hue angle of 255.41º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC90FD is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 144 253 -
CMYK 0.32 0.43 0 0.01
HSL 255.41º 0.96% 0.78% -
HSV(B) 255.41º 0.43% 0.99% -
XYZ 44.72 35.81 97.48 -
YUV 164.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 172 144 253 0.32 0.43 0 0.01 255.41 0.96 0.78
Hex AC 90 FD 20 2B 0 1 FF 60 4E
Octal 254 220 375 40 53 0 1 377 140 116
Binary 10101100 10010000 11111101 100000 101011 0 1 11111111 1100000 1001110

Color Harmonies of #AC90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC90FD

Black with #AC90FD

Text Example


Text Example

White with #AC90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC90FD; }

 p { color: rgb(172,144,253); }

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

background-color css

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

 a { background-color: rgb(172,144,253); }

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

border-color css

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

 span { border-color: rgb(172,144,253); }

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