Html Css Color HEX #A790D6 Biloba Flower

📋 copy color: '#A790D6'

red 167 ◦ green 144 ◦ blue 214

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

Shades of Biloba Flower #A790D6

Tints of Biloba Flower #A790D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 31.81%
G = 27.43%
B = 40.76%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A790D6 (or 0xA790D6) is known color: Biloba Flower. HEX triplet: A7, 90 and D6. RGB value is (167,144,214). Sum of RGB (Red+Green+Blue) = 167+144+214=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #A790D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790D6 is #586F29. Grayscale: #9E9E9E. Windows color (decimal): -5795626 or 14061735. OLE color: 14061735.

HSL color Cylindrical-coordinate representation of color #A790D6: hue angle of 259.71º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A790D6 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 144 214 -
CMYK 0.22 0.33 0 0.16
HSL 259.71º 0.46% 0.7% -
HSV(B) 259.71º 0.33% 0.84% -
XYZ 38.05 33.02 67.99 -
YUV 158.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 167 144 214 0.22 0.33 0 0.16 259.71 0.46 0.7
Hex A7 90 D6 16 21 0 10 104 2E 46
Octal 247 220 326 26 41 0 20 404 56 106
Binary 10100111 10010000 11010110 10110 100001 0 10000 100000100 101110 1000110

Color Harmonies of #A790D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790D6

Black with #A790D6

Text Example


Text Example

White with #A790D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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