Html Css Color HEX #A790DC Biloba Flower

📋 copy color: '#A790DC'

red 167 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #A790DC

Tints of Biloba Flower #A790DC

RGB

 RED value IS 167 (65.63% from 255) = 31.45%

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

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

R = 31.45%
G = 27.12%
B = 41.43%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A790DC (or 0xA790DC) is known color: Biloba Flower. HEX triplet: A7, 90 and DC. RGB value is (167,144,220). Sum of RGB (Red+Green+Blue) = 167+144+220=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A790DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790DC is #586F23. Grayscale: #9F9F9F. Windows color (decimal): -5795620 or 14454951. OLE color: 14454951.

HSL color Cylindrical-coordinate representation of color #A790DC: hue angle of 258.16º 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 #A790DC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 144 220 -
CMYK 0.24 0.35 0 0.14
HSL 258.16º 0.52% 0.71% -
HSV(B) 258.16º 0.35% 0.86% -
XYZ 38.83 33.33 72.1 -
YUV 159.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 167 144 220 0.24 0.35 0 0.14 258.16 0.52 0.71
Hex A7 90 DC 18 23 0 E 102 34 47
Octal 247 220 334 30 43 0 16 402 64 107
Binary 10100111 10010000 11011100 11000 100011 0 1110 100000010 110100 1000111

Color Harmonies of #A790DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790DC

Black with #A790DC

Text Example


Text Example

White with #A790DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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