Html Css Color HEX #A787F0 Biloba Flower

📋 copy color: '#A787F0'

red 167 ◦ green 135 ◦ blue 240

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

Shades of Biloba Flower #A787F0

Tints of Biloba Flower #A787F0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.91%

 BLUE value IS 240 (94.14% from 255) = 44.28%

R = 30.81%
G = 24.91%
B = 44.28%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A787F0 (or 0xA787F0) is known color: Biloba Flower. HEX triplet: A7, 87 and F0. RGB value is (167,135,240). Sum of RGB (Red+Green+Blue) = 167+135+240=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #A787F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A787F0 is #58780F. Grayscale: #9C9C9C. Windows color (decimal): -5797904 or 15763367. OLE color: 15763367.

HSL color Cylindrical-coordinate representation of color #A787F0: hue angle of 258.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A787F0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 135 240 -
CMYK 0.30 0.44 0 0.06
HSL 258.29º 0.78% 0.74% -
HSV(B) 258.29º 0.44% 0.94% -
XYZ 40.33 31.83 86.46 -
YUV 156.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 167 135 240 0.30 0.44 0 0.06 258.29 0.78 0.74
Hex A7 87 F0 1E 2C 0 6 102 4E 4A
Octal 247 207 360 36 54 0 6 402 116 112
Binary 10100111 10000111 11110000 11110 101100 0 110 100000010 1001110 1001010

Color Harmonies of #A787F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A787F0

Black with #A787F0

Text Example


Text Example

White with #A787F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A787F0; }

 p { color: rgb(167,135,240); }

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

background-color css

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

 a { background-color: rgb(167,135,240); }

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

border-color css

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

 span { border-color: rgb(167,135,240); }

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