Html Css Color HEX #A290F2 Biloba Flower

📋 copy color: '#A290F2'

red 162 ◦ green 144 ◦ blue 242

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

Shades of Biloba Flower #A290F2

Tints of Biloba Flower #A290F2

RGB

 RED value IS 162 (63.67% from 255) = 29.56%

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

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

R = 29.56%
G = 26.28%
B = 44.16%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A290F2 (or 0xA290F2) is known color: Biloba Flower. HEX triplet: A2, 90 and F2. RGB value is (162,144,242). Sum of RGB (Red+Green+Blue) = 162+144+242=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #A290F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290F2 is #5D6F0D. Grayscale: #A0A0A0. Windows color (decimal): -6123278 or 15896738. OLE color: 15896738.

HSL color Cylindrical-coordinate representation of color #A290F2: hue angle of 251.02º 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 #A290F2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 144 242 -
CMYK 0.33 0.40 0 0.05
HSL 251.02º 0.79% 0.76% -
HSV(B) 251.02º 0.4% 0.95% -
XYZ 40.9 34.04 88.42 -
YUV 160.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 162 144 242 0.33 0.40 0 0.05 251.02 0.79 0.76
Hex A2 90 F2 21 28 0 5 FB 4F 4C
Octal 242 220 362 41 50 0 5 373 117 114
Binary 10100010 10010000 11110010 100001 101000 0 101 11111011 1001111 1001100

Color Harmonies of #A290F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290F2

Black with #A290F2

Text Example


Text Example

White with #A290F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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