Html Css Color HEX #A790CF Biloba Flower

📋 copy color: '#A790CF'

red 167 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #A790CF

Tints of Biloba Flower #A790CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 32.24%
G = 27.8%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A790CF (or 0xA790CF) is known color: Biloba Flower. HEX triplet: A7, 90 and CF. RGB value is (167,144,207). Sum of RGB (Red+Green+Blue) = 167+144+207=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A790CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790CF is #586F30. Grayscale: #9D9D9D. Windows color (decimal): -5795633 or 13602983. OLE color: 13602983.

HSL color Cylindrical-coordinate representation of color #A790CF: hue angle of 261.9º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A790CF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 144 207 -
CMYK 0.19 0.30 0 0.19
HSL 261.9º 0.4% 0.69% -
HSV(B) 261.9º 0.3% 0.81% -
XYZ 37.17 32.67 63.38 -
YUV 158.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 167 144 207 0.19 0.30 0 0.19 261.9 0.4 0.69
Hex A7 90 CF 13 1E 0 13 106 28 45
Octal 247 220 317 23 36 0 23 406 50 105
Binary 10100111 10010000 11001111 10011 11110 0 10011 100000110 101000 1000101

Color Harmonies of #A790CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790CF

Black with #A790CF

Text Example


Text Example

White with #A790CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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