Html Css Color HEX #A78DEA Biloba Flower

📋 copy color: '#A78DEA'

red 167 ◦ green 141 ◦ blue 234

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

Shades of Biloba Flower #A78DEA

Tints of Biloba Flower #A78DEA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

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

R = 30.81%
G = 26.01%
B = 43.17%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A78DEA (or 0xA78DEA) is known color: Biloba Flower. HEX triplet: A7, 8D and EA. RGB value is (167,141,234). Sum of RGB (Red+Green+Blue) = 167+141+234=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A78DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DEA is #587215. Grayscale: #9F9F9F. Windows color (decimal): -5796374 or 15371687. OLE color: 15371687.

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

Color convert

RGB 167 141 234 -
CMYK 0.29 0.40 0 0.08
HSL 256.77º 0.69% 0.74% -
HSV(B) 256.77º 0.4% 0.92% -
XYZ 40.31 33.21 82.13 -
YUV 159.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 167 141 234 0.29 0.40 0 0.08 256.77 0.69 0.74
Hex A7 8D EA 1D 28 0 8 101 45 4A
Octal 247 215 352 35 50 0 10 401 105 112
Binary 10100111 10001101 11101010 11101 101000 0 1000 100000001 1000101 1001010

Color Harmonies of #A78DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78DEA

Black with #A78DEA

Text Example


Text Example

White with #A78DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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