Html Css Color HEX #A785DF Biloba Flower

📋 copy color: '#A785DF'

red 167 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #A785DF

Tints of Biloba Flower #A785DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 31.93%
G = 25.43%
B = 42.64%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A785DF (or 0xA785DF) is known color: Biloba Flower. HEX triplet: A7, 85 and DF. RGB value is (167,133,223). Sum of RGB (Red+Green+Blue) = 167+133+223=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A785DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DF is #587A20. Grayscale: #999999. Windows color (decimal): -5798433 or 14648743. OLE color: 14648743.

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

Color convert

RGB 167 133 223 -
CMYK 0.25 0.40 0 0.13
HSL 262.67º 0.58% 0.7% -
HSV(B) 262.67º 0.4% 0.87% -
XYZ 37.64 30.32 73.68 -
YUV 153.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 167 133 223 0.25 0.40 0 0.13 262.67 0.58 0.7
Hex A7 85 DF 19 28 0 D 107 3A 46
Octal 247 205 337 31 50 0 15 407 72 106
Binary 10100111 10000101 11011111 11001 101000 0 1101 100000111 111010 1000110

Color Harmonies of #A785DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785DF

Black with #A785DF

Text Example


Text Example

White with #A785DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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