Html Css Color HEX #A790CD Biloba Flower

📋 copy color: '#A790CD'

red 167 ◦ green 144 ◦ blue 205

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

Shades of Biloba Flower #A790CD

Tints of Biloba Flower #A790CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 32.36%
G = 27.91%
B = 39.73%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A790CD (or 0xA790CD) is known color: Biloba Flower. HEX triplet: A7, 90 and CD. RGB value is (167,144,205). Sum of RGB (Red+Green+Blue) = 167+144+205=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A790CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790CD is #586F32. Grayscale: #9D9D9D. Windows color (decimal): -5795635 or 13471911. OLE color: 13471911.

HSL color Cylindrical-coordinate representation of color #A790CD: hue angle of 262.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A790CD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 144 205 -
CMYK 0.19 0.30 0 0.20
HSL 262.62º 0.38% 0.68% -
HSV(B) 262.62º 0.3% 0.8% -
XYZ 36.93 32.57 62.1 -
YUV 157.83 154.62 134.54 -
System Red Green Blue C M Y K H S L
Decimal 167 144 205 0.19 0.30 0 0.20 262.62 0.38 0.68
Hex A7 90 CD 13 1E 0 14 107 26 44
Octal 247 220 315 23 36 0 24 407 46 104
Binary 10100111 10010000 11001101 10011 11110 0 10100 100000111 100110 1000100

Color Harmonies of #A790CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790CD

Black with #A790CD

Text Example


Text Example

White with #A790CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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