Html Css Color HEX #A790DD Biloba Flower

📋 copy color: '#A790DD'

red 167 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #A790DD

Tints of Biloba Flower #A790DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 31.39%
G = 27.07%
B = 41.54%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A790DD (or 0xA790DD) is known color: Biloba Flower. HEX triplet: A7, 90 and DD. RGB value is (167,144,221). Sum of RGB (Red+Green+Blue) = 167+144+221=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A790DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790DD is #586F22. Grayscale: #9F9F9F. Windows color (decimal): -5795619 or 14520487. OLE color: 14520487.

HSL color Cylindrical-coordinate representation of color #A790DD: hue angle of 257.92º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A790DD is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 144 221 -
CMYK 0.24 0.35 0 0.13
HSL 257.92º 0.53% 0.72% -
HSV(B) 257.92º 0.35% 0.87% -
XYZ 38.96 33.38 72.8 -
YUV 159.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 167 144 221 0.24 0.35 0 0.13 257.92 0.53 0.72
Hex A7 90 DD 18 23 0 D 102 35 48
Octal 247 220 335 30 43 0 15 402 65 110
Binary 10100111 10010000 11011101 11000 100011 0 1101 100000010 110101 1001000

Color Harmonies of #A790DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790DD

Black with #A790DD

Text Example


Text Example

White with #A790DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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