Html Css Color HEX #A785D7 Biloba Flower

📋 copy color: '#A785D7'

red 167 ◦ green 133 ◦ blue 215

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

Shades of Biloba Flower #A785D7

Tints of Biloba Flower #A785D7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 32.43%
G = 25.83%
B = 41.75%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A785D7 (or 0xA785D7) is known color: Biloba Flower. HEX triplet: A7, 85 and D7. RGB value is (167,133,215). Sum of RGB (Red+Green+Blue) = 167+133+215=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #A785D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785D7 is #587A28. Grayscale: #989898. Windows color (decimal): -5798441 or 14124455. OLE color: 14124455.

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

Color convert

RGB 167 133 215 -
CMYK 0.22 0.38 0 0.16
HSL 264.88º 0.51% 0.68% -
HSV(B) 264.88º 0.38% 0.84% -
XYZ 36.59 29.9 68.13 -
YUV 152.51 163.26 138.33 -
System Red Green Blue C M Y K H S L
Decimal 167 133 215 0.22 0.38 0 0.16 264.88 0.51 0.68
Hex A7 85 D7 16 26 0 10 109 33 44
Octal 247 205 327 26 46 0 20 411 63 104
Binary 10100111 10000101 11010111 10110 100110 0 10000 100001001 110011 1000100

Color Harmonies of #A785D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785D7

Black with #A785D7

Text Example


Text Example

White with #A785D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785D7; }

 p { color: rgb(167,133,215); }

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

background-color css

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

 a { background-color: rgb(167,133,215); }

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

border-color css

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

 span { border-color: rgb(167,133,215); }

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