Html Css Color HEX #A78CEC Biloba Flower

📋 copy color: '#A78CEC'

red 167 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #A78CEC

Tints of Biloba Flower #A78CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 30.76%
G = 25.78%
B = 43.46%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A78CEC (or 0xA78CEC) is known color: Biloba Flower. HEX triplet: A7, 8C and EC. RGB value is (167,140,236). Sum of RGB (Red+Green+Blue) = 167+140+236=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A78CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CEC is #587313. Grayscale: #9E9E9E. Windows color (decimal): -5796628 or 15502503. OLE color: 15502503.

HSL color Cylindrical-coordinate representation of color #A78CEC: hue angle of 256.88º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78CEC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 140 236 -
CMYK 0.29 0.41 0 0.07
HSL 256.88º 0.72% 0.74% -
HSV(B) 256.88º 0.41% 0.93% -
XYZ 40.45 33.03 83.6 -
YUV 159.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 167 140 236 0.29 0.41 0 0.07 256.88 0.72 0.74
Hex A7 8C EC 1D 29 0 7 101 48 4A
Octal 247 214 354 35 51 0 7 401 110 112
Binary 10100111 10001100 11101100 11101 101001 0 111 100000001 1001000 1001010

Color Harmonies of #A78CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78CEC

Black with #A78CEC

Text Example


Text Example

White with #A78CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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