Html Css Color HEX #A785DD Biloba Flower

📋 copy color: '#A785DD'

red 167 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #A785DD

Tints of Biloba Flower #A785DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 32.05%
G = 25.53%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A785DD (or 0xA785DD) is known color: Biloba Flower. HEX triplet: A7, 85 and DD. RGB value is (167,133,221). Sum of RGB (Red+Green+Blue) = 167+133+221=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A785DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DD is #587A22. Grayscale: #989898. Windows color (decimal): -5798435 or 14517671. OLE color: 14517671.

HSL color Cylindrical-coordinate representation of color #A785DD: hue angle of 263.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A785DD is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 133 221 -
CMYK 0.24 0.40 0 0.13
HSL 263.18º 0.56% 0.69% -
HSV(B) 263.18º 0.4% 0.87% -
XYZ 37.38 30.21 72.27 -
YUV 153.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 167 133 221 0.24 0.40 0 0.13 263.18 0.56 0.69
Hex A7 85 DD 18 28 0 D 107 38 45
Octal 247 205 335 30 50 0 15 407 70 105
Binary 10100111 10000101 11011101 11000 101000 0 1101 100000111 111000 1000101

Color Harmonies of #A785DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785DD

Black with #A785DD

Text Example


Text Example

White with #A785DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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