Html Css Color HEX #A78BCE Biloba Flower

📋 copy color: '#A78BCE'

red 167 ◦ green 139 ◦ blue 206

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

Shades of Biloba Flower #A78BCE

Tints of Biloba Flower #A78BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 32.62%
G = 27.15%
B = 40.23%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A78BCE (or 0xA78BCE) is known color: Biloba Flower. HEX triplet: A7, 8B and CE. RGB value is (167,139,206). Sum of RGB (Red+Green+Blue) = 167+139+206=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A78BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BCE is #587431. Grayscale: #9A9A9A. Windows color (decimal): -5796914 or 13536167. OLE color: 13536167.

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

Color convert

RGB 167 139 206 -
CMYK 0.19 0.33 0 0.19
HSL 265.07º 0.41% 0.68% -
HSV(B) 265.07º 0.33% 0.81% -
XYZ 36.31 31.14 62.49 -
YUV 155.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 167 139 206 0.19 0.33 0 0.19 265.07 0.41 0.68
Hex A7 8B CE 13 21 0 13 109 29 44
Octal 247 213 316 23 41 0 23 411 51 104
Binary 10100111 10001011 11001110 10011 100001 0 10011 100001001 101001 1000100

Color Harmonies of #A78BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BCE

Black with #A78BCE

Text Example


Text Example

White with #A78BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BCE; }

 p { color: rgb(167,139,206); }

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

background-color css

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

 a { background-color: rgb(167,139,206); }

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

border-color css

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

 span { border-color: rgb(167,139,206); }

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