Html Css Color HEX #A78CCF Biloba Flower

📋 copy color: '#A78CCF'

red 167 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #A78CCF

Tints of Biloba Flower #A78CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.24%

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 32.49%
G = 27.24%
B = 40.27%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A78CCF (or 0xA78CCF) is known color: Biloba Flower. HEX triplet: A7, 8C and CF. RGB value is (167,140,207). Sum of RGB (Red+Green+Blue) = 167+140+207=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CCF is #587330. Grayscale: #9B9B9B. Windows color (decimal): -5796657 or 13601959. OLE color: 13601959.

HSL color Cylindrical-coordinate representation of color #A78CCF: hue angle of 264.18º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A78CCF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 140 207 -
CMYK 0.19 0.32 0 0.19
HSL 264.18º 0.41% 0.68% -
HSV(B) 264.18º 0.32% 0.81% -
XYZ 36.58 31.48 63.18 -
YUV 155.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 167 140 207 0.19 0.32 0 0.19 264.18 0.41 0.68
Hex A7 8C CF 13 20 0 13 108 29 44
Octal 247 214 317 23 40 0 23 410 51 104
Binary 10100111 10001100 11001111 10011 100000 0 10011 100001000 101001 1000100

Color Harmonies of #A78CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CCF

Black with #A78CCF

Text Example


Text Example

White with #A78CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CCF; }

 p { color: rgb(167,140,207); }

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

background-color css

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

 a { background-color: rgb(167,140,207); }

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

border-color css

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

 span { border-color: rgb(167,140,207); }

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