Html Css Color HEX #A090F2 Biloba Flower

📋 copy color: '#A090F2'

red 160 ◦ green 144 ◦ blue 242

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

Shades of Biloba Flower #A090F2

Tints of Biloba Flower #A090F2

RGB

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

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

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

R = 29.3%
G = 26.37%
B = 44.32%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A090F2 (or 0xA090F2) is known color: Biloba Flower. HEX triplet: A0, 90 and F2. RGB value is (160,144,242). Sum of RGB (Red+Green+Blue) = 160+144+242=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A090F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090F2 is #5F6F0D. Grayscale: #9F9F9F. Windows color (decimal): -6254350 or 15896736. OLE color: 15896736.

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

Color convert

RGB 160 144 242 -
CMYK 0.34 0.40 0 0.05
HSL 249.8º 0.79% 0.76% -
HSV(B) 249.8º 0.4% 0.95% -
XYZ 40.5 33.83 88.4 -
YUV 159.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 160 144 242 0.34 0.40 0 0.05 249.8 0.79 0.76
Hex A0 90 F2 22 28 0 5 FA 4F 4C
Octal 240 220 362 42 50 0 5 372 117 114
Binary 10100000 10010000 11110010 100010 101000 0 101 11111010 1001111 1001100

Color Harmonies of #A090F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A090F2

Black with #A090F2

Text Example


Text Example

White with #A090F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A090F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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