Html Css Color HEX #A78AE5 Biloba Flower

📋 copy color: '#A78AE5'

red 167 ◦ green 138 ◦ blue 229

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

Shades of Biloba Flower #A78AE5

Tints of Biloba Flower #A78AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

 BLUE value IS 229 (89.84% from 255) = 42.88%

R = 31.27%
G = 25.84%
B = 42.88%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A78AE5 (or 0xA78AE5) is known color: Biloba Flower. HEX triplet: A7, 8A and E5. RGB value is (167,138,229). Sum of RGB (Red+Green+Blue) = 167+138+229=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #A78AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AE5 is #58751A. Grayscale: #9C9C9C. Windows color (decimal): -5797147 or 15043239. OLE color: 15043239.

HSL color Cylindrical-coordinate representation of color #A78AE5: hue angle of 259.12º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78AE5 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 138 229 -
CMYK 0.27 0.40 0 0.10
HSL 259.12º 0.64% 0.72% -
HSV(B) 259.12º 0.4% 0.9% -
XYZ 39.17 32.05 78.25 -
YUV 157.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 167 138 229 0.27 0.40 0 0.10 259.12 0.64 0.72
Hex A7 8A E5 1B 28 0 A 103 40 48
Octal 247 212 345 33 50 0 12 403 100 110
Binary 10100111 10001010 11100101 11011 101000 0 1010 100000011 1000000 1001000

Color Harmonies of #A78AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78AE5

Black with #A78AE5

Text Example


Text Example

White with #A78AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78AE5; }

 p { color: rgb(167,138,229); }

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

background-color css

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

 a { background-color: rgb(167,138,229); }

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

border-color css

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

 span { border-color: rgb(167,138,229); }

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