Html Css Color HEX #A790CB Biloba Flower

📋 copy color: '#A790CB'

red 167 ◦ green 144 ◦ blue 203

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

Shades of Biloba Flower #A790CB

Tints of Biloba Flower #A790CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 32.49%
G = 28.02%
B = 39.49%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A790CB (or 0xA790CB) is known color: Biloba Flower. HEX triplet: A7, 90 and CB. RGB value is (167,144,203). Sum of RGB (Red+Green+Blue) = 167+144+203=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A790CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A790CB is #586F34. Grayscale: #9D9D9D. Windows color (decimal): -5795637 or 13340839. OLE color: 13340839.

HSL color Cylindrical-coordinate representation of color #A790CB: hue angle of 263.39º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A790CB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 144 203 -
CMYK 0.18 0.29 0 0.20
HSL 263.39º 0.36% 0.68% -
HSV(B) 263.39º 0.29% 0.8% -
XYZ 36.69 32.47 60.83 -
YUV 157.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 167 144 203 0.18 0.29 0 0.20 263.39 0.36 0.68
Hex A7 90 CB 12 1D 0 14 107 24 44
Octal 247 220 313 22 35 0 24 407 44 104
Binary 10100111 10010000 11001011 10010 11101 0 10100 100000111 100100 1000100

Color Harmonies of #A790CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790CB

Black with #A790CB

Text Example


Text Example

White with #A790CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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