Html Css Color HEX #A785DA Biloba Flower

📋 copy color: '#A785DA'

red 167 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #A785DA

Tints of Biloba Flower #A785DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 32.24%
G = 25.68%
B = 42.08%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A785DA (or 0xA785DA) is known color: Biloba Flower. HEX triplet: A7, 85 and DA. RGB value is (167,133,218). Sum of RGB (Red+Green+Blue) = 167+133+218=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A785DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DA is #587A25. Grayscale: #989898. Windows color (decimal): -5798438 or 14321063. OLE color: 14321063.

HSL color Cylindrical-coordinate representation of color #A785DA: hue angle of 264º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A785DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 133 218 -
CMYK 0.23 0.39 0 0.15
HSL 264º 0.53% 0.69% -
HSV(B) 264º 0.39% 0.85% -
XYZ 36.98 30.05 70.18 -
YUV 152.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 167 133 218 0.23 0.39 0 0.15 264 0.53 0.69
Hex A7 85 DA 17 27 0 F 108 35 45
Octal 247 205 332 27 47 0 17 410 65 105
Binary 10100111 10000101 11011010 10111 100111 0 1111 100001000 110101 1000101

Color Harmonies of #A785DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785DA

Black with #A785DA

Text Example


Text Example

White with #A785DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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