Html Css Color HEX #A290DC Biloba Flower

📋 copy color: '#A290DC'

red 162 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #A290DC

Tints of Biloba Flower #A290DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 30.8%
G = 27.38%
B = 41.83%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A290DC (or 0xA290DC) is known color: Biloba Flower. HEX triplet: A2, 90 and DC. RGB value is (162,144,220). Sum of RGB (Red+Green+Blue) = 162+144+220=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #A290DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DC is #5D6F23. Grayscale: #9D9D9D. Windows color (decimal): -6123300 or 14454946. OLE color: 14454946.

HSL color Cylindrical-coordinate representation of color #A290DC: hue angle of 254.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A290DC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 144 220 -
CMYK 0.26 0.35 0 0.14
HSL 254.21º 0.52% 0.71% -
HSV(B) 254.21º 0.35% 0.86% -
XYZ 37.79 32.8 72.05 -
YUV 158.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 162 144 220 0.26 0.35 0 0.14 254.21 0.52 0.71
Hex A2 90 DC 1A 23 0 E FE 34 47
Octal 242 220 334 32 43 0 16 376 64 107
Binary 10100010 10010000 11011100 11010 100011 0 1110 11111110 110100 1000111

Color Harmonies of #A290DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290DC

Black with #A290DC

Text Example


Text Example

White with #A290DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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