Html Css Color HEX #A78BEA Biloba Flower

📋 copy color: '#A78BEA'

red 167 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #A78BEA

Tints of Biloba Flower #A78BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 30.93%
G = 25.74%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A78BEA (or 0xA78BEA) is known color: Biloba Flower. HEX triplet: A7, 8B and EA. RGB value is (167,139,234). Sum of RGB (Red+Green+Blue) = 167+139+234=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A78BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BEA is #587415. Grayscale: #9D9D9D. Windows color (decimal): -5796886 or 15371175. OLE color: 15371175.

HSL color Cylindrical-coordinate representation of color #A78BEA: hue angle of 257.68º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78BEA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 139 234 -
CMYK 0.29 0.41 0 0.08
HSL 257.68º 0.69% 0.73% -
HSV(B) 257.68º 0.41% 0.92% -
XYZ 40.02 32.62 82.03 -
YUV 158.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 167 139 234 0.29 0.41 0 0.08 257.68 0.69 0.73
Hex A7 8B EA 1D 29 0 8 102 45 49
Octal 247 213 352 35 51 0 10 402 105 111
Binary 10100111 10001011 11101010 11101 101001 0 1000 100000010 1000101 1001001

Color Harmonies of #A78BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78BEA

Black with #A78BEA

Text Example


Text Example

White with #A78BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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