Html Css Color HEX #A790DA Biloba Flower

📋 copy color: '#A790DA'

red 167 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #A790DA

Tints of Biloba Flower #A790DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 31.57%
G = 27.22%
B = 41.21%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A790DA (or 0xA790DA) is known color: Biloba Flower. HEX triplet: A7, 90 and DA. RGB value is (167,144,218). Sum of RGB (Red+Green+Blue) = 167+144+218=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A790DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790DA is #586F25. Grayscale: #9F9F9F. Windows color (decimal): -5795622 or 14323879. OLE color: 14323879.

HSL color Cylindrical-coordinate representation of color #A790DA: hue angle of 258.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A790DA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 144 218 -
CMYK 0.23 0.34 0 0.15
HSL 258.65º 0.5% 0.71% -
HSV(B) 258.65º 0.34% 0.85% -
XYZ 38.56 33.22 70.71 -
YUV 159.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 167 144 218 0.23 0.34 0 0.15 258.65 0.5 0.71
Hex A7 90 DA 17 22 0 F 103 32 47
Octal 247 220 332 27 42 0 17 403 62 107
Binary 10100111 10010000 11011010 10111 100010 0 1111 100000011 110010 1000111

Color Harmonies of #A790DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790DA

Black with #A790DA

Text Example


Text Example

White with #A790DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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