Html Css Color HEX #A090D0 Biloba Flower

📋 copy color: '#A090D0'

red 160 ◦ green 144 ◦ blue 208

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

Shades of Biloba Flower #A090D0

Tints of Biloba Flower #A090D0

RGB

 RED value IS 160 (62.89% from 255) = 31.25%

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

 BLUE value IS 208 (81.64% from 255) = 40.63%

R = 31.25%
G = 28.13%
B = 40.63%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A090D0 (or 0xA090D0) is known color: Biloba Flower. HEX triplet: A0, 90 and D0. RGB value is (160,144,208). Sum of RGB (Red+Green+Blue) = 160+144+208=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #A090D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090D0 is #5F6F2F. Grayscale: #9B9B9B. Windows color (decimal): -6254384 or 13668512. OLE color: 13668512.

HSL color Cylindrical-coordinate representation of color #A090D0: hue angle of 255º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A090D0 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 144 208 -
CMYK 0.23 0.31 0 0.18
HSL 255º 0.41% 0.69% -
HSV(B) 255º 0.31% 0.82% -
XYZ 35.86 31.97 63.96 -
YUV 156.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 160 144 208 0.23 0.31 0 0.18 255 0.41 0.69
Hex A0 90 D0 17 1F 0 12 FF 29 45
Octal 240 220 320 27 37 0 22 377 51 105
Binary 10100000 10010000 11010000 10111 11111 0 10010 11111111 101001 1000101

Color Harmonies of #A090D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090D0

Black with #A090D0

Text Example


Text Example

White with #A090D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090D0; }

 p { color: rgb(160,144,208); }

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

background-color css

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

 a { background-color: rgb(160,144,208); }

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

border-color css

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

 span { border-color: rgb(160,144,208); }

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